ClassifierTypeEnum

ClassifierTypeEnum enumeration constants are used to specify the type of the classifier. The type depends on the document features that the classifier considers when assigning it a category.

typedef enum {
  CT_Image    = 0x00000001,
  CT_Text     = 0x00000002,
  CT_Combined = 0x00000004
} ClassifierTypeEnum;
    

Elements

Name Description
CT_Combined

The classifier takes into account the characteristics of both the image and the recognized text.

The text features can be used only for languages with full dictionary support. See Predefined Languages in ABBYY FineReader Engine.

CT_Image The classifier uses only the image features.
CT_Text

The classifier works with the recognized text.

This classifier type can be used only for languages with full dictionary support. See Predefined Languages in ABBYY FineReader Engine.

Used in

IClassificationObject::SuitableClassifiers

IModel::ClassifierType

ITrainingParams::ClassifierType

27.04.2022 8:30:37

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.