This object contains classification-relevant data extracted from a document or a page. This data can either be used for training a new classifier or passed to the classification method of an existing model.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 |
|---|---|---|
| Description | BSTR | The description of the classification object. The default value of this property is an empty string. If necessary, specify it to suit your needs. |
| SuitableClassifiers | int, read-only | The OR combination of ClassifierTypeEnum constants corresponding to classifiers which can work with this classification object. The text (CT\_Text) and combined (CT\_Combined) classifiers will be suitable only for classification objects which were created from previously recognized documents or pages, with the results of recognition containing at least some text. |
Related objects
Object Diagram
Input parameter
This object is passed as an input parameter to the following methods:- Classify method of the Model object;
- Add method of the ClassificationObjects object.
Output parameter
This object is the output parameter of the following methods:- CreateObjectFromDocument, CreateObjectFromPage methods of the ClassificationEngine object;
- Find, Item methods of the ClassificationObjects object.
