Properties
Name | Type | Description |
|---|---|---|
Application | Returns the Engine object. | |
Main attributes | ||
Defines the ID of the language. To convert it to Win32 LCID use the IEngine::ConvertLanguageIdToLCID method. By default, this property is initialized with the system default language ID. | ||
InternalName | Specifies the internal name of the base language. This name appears as an attribute of a character in the recognized text, so it is recommended that it were unique. The property is an empty string by default. | |
Provides access to the specified letter set of the base language. | ||
Returns a reference to the dictionary collection. | ||
Additional attributes | ||
Specifies if this base language is a natural language. Natural languages are designed for recognizing common texts. Formal languages are not natural ones. If this property is TRUE, ABBYY FineReader Engine uses some additional information about the languages during recognition (for example, it can presume that the language can include not only alphabet characters but some other constructions like telephone numbers or URLs). If the property is FALSE, ABBYY FineReader Engine uses only the attributes specified in the language properties, no other information is used. By default, the value of this property is FALSE. | ||
Specifies if only the dictionary words are allowed during recognition in this base language. If this property is TRUE, a word that is not found in the dictionary of the base language can appear in the recognized text only if ABBYY FineReader Engine found no dictionary variants. If no dictionary is associated with the base language, the language will not be used for recognition. By default, the value of this property is FALSE. | ||
VARIANT | Allows you to associate some user-defined information of any type with the BaseLanguage object. | |
Methods
| Name | Description |
|---|---|
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| LoadFromFile | Restores the object contents from a file on disk. |
| LoadFromMemory <Note> : Windows only. </Note> | Restores the object contents from the global memory. |
| SaveToFile | Saves the object contents into a file on disk. |
| SaveToMemory <Note> : Windows only. </Note> | Saves the object contents into the global memory. |
Related objects
Object Diagram
Output parameter
This object is the output parameter of the Item, AddNew methods of the BaseLanguages object.Samples
C# code
C# code
