Class CarPlateRecognitionSettings
Class CarPlateRecognitionSettings
名称: Aspose.OCR 組み合わせ: Aspose.OCR.dll (25.4.0)
自動車番号認識の設定認識プロセスをカスタマイズできる要素が含まれています。
public class CarPlateRecognitionSettings
Inheritance
object ← CarPlateRecognitionSettings
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CarPlateRecognitionSettings(Language)
Aspose.OCR.CarPlateRecognitionSettings クラスの新しい例を開始し、特性の完全なセットを提供します。
public CarPlateRecognitionSettings(Language language)
Parameters
language
Language
OCRで使われている言語。
CarPlateRecognitionSettings()
Aspose.OCR.CarPlateRecognitionSettings クラスの新しい例をデフォルトセットの属性で開始します。
public CarPlateRecognitionSettings()
Properties
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; }