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; }

财产价值

CharactersAllowedType

AllowedSymbols

设置允许的字符与字母属性。

public string AllowedSymbols { get; set; }

财产价值

string

AutomaticColorInversion

在黑色/黑色背景上检测白色文本的图像,并自动为它们选择一个特殊的OCR算法。

public bool AutomaticColorInversion { get; set; }

财产价值

bool

IgnoredSymbols

将黑名单设置为识别符号。

public string IgnoredSymbols { get; set; }

财产价值

string

Language

获取或设置用于 OCR 的语言。确定在识别过程中使用的字母。多语言默认。

public Language Language { get; set; }

财产价值

Language

 中文