| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
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.
typedef struct tagCFineWarningDataWrongLanguages {
TLanguageID* RecommendedLanguages;
int RecommendedLanguagesCount;
} CFineWarningDataWrongLanguages;
| Name | Type | Description |
|---|---|---|
| RecommendedLanguages | TLanguageID* | Stores a pointer to an array of recommended recognition language IDs. |
| RecommendedLanguagesCount | int | Stores the number of recommended languages. |
This structure is the output parameter of the TFineProgressCallbackFunction when the warning which occurred is FWC_ProbablyWrongLanguages.