---
title: model
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlwordtagger/model
---

# model

The underlying Core ML model of the word tagger.

## Declaration

```swift
var model: MLModel { get set }
```

## See Also

### Describing a word tagger

- [description](createml/mlwordtagger/description.md)
- [debugDescription](createml/mlwordtagger/debugdescription.md)
- [playgroundDescription](createml/mlwordtagger/playgrounddescription.md)
