Class CarPlateRecognitionSettings

Class CarPlateRecognitionSettings

Pôvodný názov: Aspose.OCR Zhromaždenie: Aspose.OCR.dll (25.4.0)

Nastavenie pre rozpoznávanie čísla vozidla.Obsahuje prvky, ktoré umožňujú prispôsobenie procesu rozpoznávania.

public class CarPlateRecognitionSettings

Inheritance

object CarPlateRecognitionSettings

Z dedičných členov

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CarPlateRecognitionSettings(Language)

Iniciuje novú inštanciu triedy Aspose.OCR.CarPlateRecognitionSettings s kompletným súborom vlastností.

public CarPlateRecognitionSettings(Language language)

Parameters

language Language

Jazyk používaný pre OCR.

CarPlateRecognitionSettings()

Iniciuje novú inštanciu triedy Aspose.OCR.CarPlateRecognitionSettings s predvoleným súborom vlastností.

public CarPlateRecognitionSettings()

Properties

AllowedCharacters

Nastavenie povolených znakov. určuje typ znakov povolených pre výsledok rozpoznávania.

public CharactersAllowedType AllowedCharacters { get; set; }

Hodnota nehnuteľnosti

CharactersAllowedType

AllowedSymbols

Umiestnite povolené znaky s vlastnosťou abecedy.

public string AllowedSymbols { get; set; }

Hodnota nehnuteľnosti

string

AutomaticColorInversion

Detekujte obrázky s bielym textom na tmavom/čiernom pozadí a automaticky pre ne vyberte špeciálny algoritmus OCR.

public bool AutomaticColorInversion { get; set; }

Hodnota nehnuteľnosti

bool

IgnoredSymbols

Vytvorte čierny zoznam pre rozpoznávanie symbolov.

public string IgnoredSymbols { get; set; }

Hodnota nehnuteľnosti

string

Language

Získať alebo nastaviť jazyk používaný pre OCR.Určuje abecedu používanú pri uznávaní.Multi-jazyky podľa predvoleného nastavenia.

public Language Language { get; set; }

Hodnota nehnuteľnosti

Language

 Slovenčina