LanguageCategoryEnum
LanguageCategoryEnum enumeration constants are used to describe the category of a predefined ABBYY FineReader Engine language.
typedef enum {
LC_CoreLanguage,
LC_AdditionalLanguage,
LC_ConstructedLanguage,
LC_FormalLanguage,
LC_DataType
} LanguageCategoryEnum;
Elements
Name | Description |
---|---|
LC_AdditionalLanguage | A natural language which does not have dictionary support. Examples are Afrikaans or Albanian. |
LC_ConstructedLanguage | An artificial language such as Esperanto or Interlingua. |
LC_CoreLanguage | A natural language with full dictionary support, such as English or Russian. |
LC_DataType | The languages of this type are not available in ABBYY FineReader Engine for Linux. |
LC_FormalLanguage | Programming language or other formal language. For example, Basic and C/C++ languages belong to this category. |
Used in
03.07.2024 8:50:25