| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure represents information related to a part of text after splitting the text into words.
typedef struct tagCFineWordInfo {
CFineWordVariant* Variants;
int VariantsCount;
DWORD Attributes;
RECT Rect;
DWORD SmallLetterHeight;
} CFineWordInfo;
| Name | Type | Description |
|---|---|---|
| Attributes | DWORD | The OR combination of the TFineWordAttributes constants which specifies to which word model this part of text conforms. |
| Rect | RECT | The bounding rectangle of the part of the text. Note: If the Attributes field has the FWA_HyphenatedWord flag, this field should be ignored. |
| SmallLetterHeight | DWORD | The medium height of small letters of the word. |
| Variants | CFineWordVariant* | An array of the word and its derivatives. This array contains at least one word that is the recognized word as is. |
| VariantsCount | int | The number of elements in the Variants field. |
CFineTextLine
CFineWordVariant