| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Enumerations
TFineWordVariantType enumeration constants are used to specify the type of the recognized word variant.
typedef enum tagTFineWordVariantType {
FWVT_Original,
FWVT_PrimaryForm
} TFineWordVariantType;
| Name | Description |
|---|---|
| FWVT_Original | The original word as it is recognized. This variant always exists. |
| FWVT_PrimaryForm | The primary word form. |