ClassificationObject Object (IClassificationObject Interface)
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.
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
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.
Samples
This object is used in the Classification code sample.
See also
03.07.2024 8:50:25