Skip to main content
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

NameTypeDescription
DescriptionBSTRThe 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.
SuitableClassifiersint, read-onlyThe 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.
ClassificationObject Object Diagram

Input parameter

This object is passed as an input parameter to the following methods:

Output parameter

This object is the output parameter of the following methods:

Samples

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

See also

ClassificationObjects Document Classification