Skip to main content
This object represents a trained model which can be used for classifying documents.

Properties

NameTypeDescription
CategoryLabelsStringsCollection, read-onlyThe list of categories into which the documents will be classified using this model.
ClassifierTypeClassifierTypeEnum, read-onlyThe type of classifier the model is using. The type depends on the document features that the classifier considers when assigning a category.
LanguagesStringsCollection, read-onlyThe 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

NameDescription
ClassifyUses the model to classify a given classification object.
SaveToFileSaves the model into a file on disk.
Model Object Diagram

Output parameter

This object is the output parameter of the CreateModelFromFile method of the ClassificationEngine object.

Samples

This object is used in the Classification demo tool in Windows and the Classification code sample in Linux and macOS.

See also

Document Classification