| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure defines an array of word suggestions.
typedef struct tagCFineWordSuggestion {
WCHAR** Words;
int WordsCount;
} CFineWordSuggestion;
| Name | Type | Description |
|---|---|---|
| Words | WCHAR** | Stores a pointer to an array of words. A word is Unicode and zero-terminated. |
| WordsCount | int | Stores the number of words. |
This structure is the output parameter of the FineGetWordSuggest function.