Class CarPlateRecognitionSettings
Nom dels espais: Aspose.OCR Assemblea: Aspose.OCR.dll (25.4.0)
Configuració de reconeixement del número de cotxe.Conté elements que permeten personalitzar el procés de reconeixement.
public class CarPlateRecognitionSettings
Inheritance
object ← CarPlateRecognitionSettings
Membres heretats
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CarPlateRecognitionSettings(Language)
Inicia una nova instància de la classe Aspose.OCR.CarPlateRecognitionSettings amb un conjunt complet de propietats.
public CarPlateRecognitionSettings(Language language)
Parameters
language
Language
Llenguatge utilitzat per OCR.
CarPlateRecognitionSettings()
Inicialitza una nova instància de la classe Aspose.OCR.CarPlateRecognitionSettings amb un conjunt de propietats estàndard.
public CarPlateRecognitionSettings()
Properties
AllowedCharacters
Defineix el tipus de caràcters permès per al resultat de reconeixement.
public CharactersAllowedType AllowedCharacters { get; set; }
Valor de la propietat
AllowedSymbols
Establir els caràcters autoritzats amb propietat alfabètica.
public string AllowedSymbols { get; set; }
Valor de la propietat
AutomaticColorInversion
Detectar imatges amb text blanc en un fons fosc/negre i triar automàticament un algoritme especial OCR per a ells.
public bool AutomaticColorInversion { get; set; }
Valor de la propietat
IgnoredSymbols
Llista negra per a símbols de reconeixement.
public string IgnoredSymbols { get; set; }
Valor de la propietat
Language
Obté o estableix el llenguatge utilitzat per a OCR.
public Language Language { get; set; }