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

# model

The underlying Core ML model of the text classifier.

## Declaration

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

## See Also

### Describing a text classifier

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