ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineWarningDataWrongLanguages Structure

This structure defines an array of recommended recognition languages. A pointer to this structure will be stored in the warningData parameter of the TFineProgressCallbackFunction when the warning which occurred is FWC_ProbablyWrongLanguages.

C Syntax
typedef struct tagCFineWarningDataWrongLanguages {
    TLanguageID* RecommendedLanguages; 
    int          RecommendedLanguagesCount; 
} CFineWarningDataWrongLanguages;

Fields

Name Type Description
RecommendedLanguages TLanguageID* Stores a pointer to an array of recommended recognition language IDs.
RecommendedLanguagesCount int Stores the number of recommended languages.

Output parameter

This structure is the output parameter of the TFineProgressCallbackFunction when the warning which occurred is FWC_ProbablyWrongLanguages.