ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Enumerations

TFineWordVariantType

TFineWordVariantType enumeration constants are used to specify the type of the recognized word variant.

typedef enum tagTFineWordVariantType {
    FWVT_Original,
    FWVT_PrimaryForm
} TFineWordVariantType;

Elements

Name Description
FWVT_Original The original word as it is recognized. This variant always exists.
FWVT_PrimaryForm The primary word form.

See also

CFineWordVariant