| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure defines the recognized word or its derivatives (primary form and corrections of the word).
typedef struct tagCFineWordVariant {
WCHAR* Chars;
int CharCount;
TLanguageID* WordLanguages;
int WordLanguagesCount;
TFineWordVariantType Type;
} CFineWordVariant;
| Name | Type | Description |
|---|---|---|
| Chars | WCHAR* | The string containing the word variant. |
| CharCount | int | The length of the word variant. |
| Type | TFineWordVariantType | The type of the word variant. |
| WordLanguages | TLanguageID* | The languages to which the word belongs. |
| WordLanguagesCount | int | The number of elements in the WordLanguages field. |