Properties
| Name | Type | Description |
|---|---|---|
| Description | BSTR | The description of the classification object.<br /> <br />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.
