ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineWordVariant Structure

This structure defines the recognized word or its derivatives (primary form and corrections of the word).

C Syntax
typedef struct tagCFineWordVariant {
    WCHAR*               Chars;
    int                  CharCount;
    TLanguageID*         WordLanguages;
    int                  WordLanguagesCount;
    TFineWordVariantType Type;
} CFineWordVariant;

Fields

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.

See also

CFineWordInfo