ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineWordSuggestion Structure

This structure defines an array of word suggestions.

C Syntax
typedef struct tagCFineWordSuggestion {
    WCHAR** Words;
    int     WordsCount;
} CFineWordSuggestion;

Fields

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.

Output parameter   

This structure is the output parameter of the FineGetWordSuggest function.