プロパティ
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> | オブジェクトの内容をグローバルメモリに保存します。 |
オブジェクト図
出力パラメーター
サンプル
C# コード
C# コード
