This object represents a trained model which can be used for classifying documents.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Name | Type | Description |
|---|---|---|
| CategoryLabels | StringsCollection, read-only | The list of categories into which the documents will be classified using this model. |
| ClassifierType | ClassifierTypeEnum, read-only | The type of classifier the model is using. The type depends on the document features that the classifier considers when assigning a category. |
| Languages | StringsCollection, read-only | The languages for which the model was trained. This collection is empty if ClassifierType is CT\_Image. See Predefined Languages in ABBYY FineReader Engine for the list of the internal language names. |
Methods
| Name | Description |
|---|---|
| Classify | Uses the model to classify a given classification object. |
| SaveToFile | Saves the model into a file on disk. |
Related objects
Object Diagram
