Class CarPlateRecognitionSettings

CarPlateRecognitionSettings class

車番認識の設定. 認識プロセスをカスタマイズできる要素が含まれています.

public class CarPlateRecognitionSettings

コンストラクター

名前説明
CarPlateRecognitionSettings(Language)の新しいインスタンスを初期化しますCarPlateRecognitionSettingsプロパティの完全なセットを持つクラス.

プロパティ

名前説明
AllowedCharacters { get; set; }許可された文字セット。認識結果に許可される文字の種類を決定します。
IgnoredCharacters { get; set; }認識シンボルのブラックリストを設定します。
Language { set; }OCR に使用される言語を取得または設定します。 認識中に使用されるアルファベットを決定します。 デフォルトで多言語。
PreprocessingFilters { get; set; }前処理方法を調整して、OCR 用の画像を準備できます。

関連項目