Class CarPlateRecognitionSettings
Class CarPlateRecognitionSettings
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
車両番号認識の設定です。
認識プロセスをカスタマイズするための要素を含みます。
public class CarPlateRecognitionSettings
継承
object ← CarPlateRecognitionSettings
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
CarPlateRecognitionSettings(Language)
Aspose.OCR.CarPlateRecognitionSettingsクラスの新しいインスタンスを、すべてのプロパティを設定して初期化します。
public CarPlateRecognitionSettings(Language language)
パラメーター
language
Language
OCRに使用する言語。
CarPlateRecognitionSettings()
Aspose.OCR.CarPlateRecognitionSettingsクラスの新しいインスタンスを、デフォルトのプロパティセットで初期化します。
public CarPlateRecognitionSettings()
プロパティ
AllowedCharacters
許可された文字のセット。認識結果に許可される文字の種類を決定します。
public CharactersAllowedType AllowedCharacters { get; set; }
プロパティ値
AllowedSymbols
アルファベットプロパティを持つ許可された文字を設定します。
public string AllowedSymbols { get; set; }
プロパティ値
AutomaticColorInversion
暗い/黒い背景に白いテキストがある画像を検出し、それらに特別なOCRアルゴリズムを自動的に選択します。
public bool AutomaticColorInversion { get; set; }
プロパティ値
IgnoredSymbols
認識シンボルのブラックリストを設定します。
public string IgnoredSymbols { get; set; }
プロパティ値
Language
OCRに使用する言語を取得または設定します。
認識中に使用されるアルファベットを決定します。
デフォルトでは多言語です。
public Language Language { get; set; }