Properties
Returns the Engine object. | ||
Defines the ID of the language. To convert it to Win32 LCID use themethod. By default, this property is initialized with the system default language ID. | ||
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. | ||
指定此基礎語言是否為自然語言。自然語言專為識別一般文字而設計,形式語言則不屬於自然語言。 若此屬性為 TRUE,ABBYY FineReader Engine 在識別過程中會使用語言的額外資訊 (例如,可假設該語言不僅包含字母字元,還可能包含電話號碼或 URL 等其他結構) 。若此屬性為 FALSE,ABBYY FineReader Engine 僅使用語言屬性中指定的設定,不使用其他任何資訊。 此屬性的預設值為 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. | ||
Allows you to associate some user-defined information of any type with the BaseLanguage object. | ||
方法
| 名稱 | 描述 |
|---|---|
| CopyFrom | 使用另一個物件的類似屬性值初始化目前物件的屬性。 |
| LoadFromFile | 從磁碟上的檔案還原物件內容。 |
| LoadFromMemory <Note> : 僅限 Windows。 </Note> | 從全域記憶體還原物件內容。 |
| SaveToFile | 將物件內容儲存至磁碟上的檔案。 |
| SaveToMemory <Note> : 僅限 Windows。 </Note> | 將物件內容儲存至全域記憶體。 |
物件圖
輸出 Parameter
範例
C# 程式碼
C# 程式碼
