Class CarPlateRecognitionSettings

Class CarPlateRecognitionSettings

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)

车牌识别设置。
包含允许自定义识别过程的元素。

public class CarPlateRecognitionSettings

继承

objectCarPlateRecognitionSettings

继承成员

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

属性值

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

 中文