メインコンテンツへスキップ
ALS_ 接頭辞を持つフラグは、ライセンスによって利用可否が決まる ABBYY FineReader Engine で使用可能な言語セット を示すために使用されます。ILicense::AvailableLanguageSets プロパティは、これらのフラグ値を 0 個以上ビット単位 OR で組み合わせた値を返します。ビットが設定されている場合、そのビットに対応する ABBYY FineReader Engine の言語セットをライセンスで使用できます。
module AvailableLanguageSetsFlags
{
  const int ALS_Standard      = 0x00000001;
  const int ALS_DataCapture   = 0x00000002;
  const int ALS_Artificial    = 0x00000004;
  const int ALS_FineReaderXIX = 0x00000008;
  const int ALS_Programming   = 0x00000010;
  const int ALS_User          = 0x00000020;
  const int ALS_Chinese       = 0x00000040;
  const int ALS_Hebrew        = 0x00000080;
  const int ALS_Thai          = 0x00000100;
  const int ALS_Vietnamese    = 0x00000200;
  const int ALS_Arabic        = 0x00000400;
  const int ALS_Japanese      = 0x00000800;
  const int ALS_Korean        = 0x00001000;
  const int ALS_Burmese       = 0x00002000;
  const int ALS_Farsi         = 0x00004000;
};

要素

名前説明
ALS_Arabicアラビア語言語モジュール。
ALS_Artificial人工言語モジュール。
ALS_Burmeseビルマ語言語モジュール。
ALS_Chinese中国語言語モジュール。
ALS_DataCaptureNatural for Data Capture言語モジュール。
ALS_Farsiペルシア語言語モジュール。
ALS_FineReaderXIXFineReader XIX言語モジュール。
ALS_Hebrewヘブライ語言語モジュール。
ALS_Japanese日本語言語モジュール。
ALS_Korean韓国語言語モジュール。
ALS_Programmingプログラミング言語モジュール。
ALS_StandardNatural言語モジュール。
ALS_Thaiタイ語言語モジュール。
ALS_Userユーザー (カスタム) OCR言語モジュール。
ALS_Vietnameseベトナム語言語モジュール。

使用箇所

License ABBYY FineReader Engine 12 Modules