Class CarPlateRecognitionSettings
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)
Settings for the car number recognition. Contains elements that allow customizing the recognition process.
public class CarPlateRecognitionSettings
Inheritance
object ← CarPlateRecognitionSettings
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CarPlateRecognitionSettings(Language)
Initializes a new instance of the Aspose.OCR.CarPlateRecognitionSettings class with full set of properties.
public CarPlateRecognitionSettings(Language language)
Parameters
language
Language
Language used for OCR.
CarPlateRecognitionSettings()
Initializes a new instance of the Aspose.OCR.CarPlateRecognitionSettings class with default set of properties.
public CarPlateRecognitionSettings()
Properties
AllowedCharacters
Allowed characters set. Determines the type of characters allowed for recognition result.
public CharactersAllowedType AllowedCharacters { get; set; }
Property Value
AllowedSymbols
Set the allowed characters with alphabet property.
public string AllowedSymbols { get; set; }
Property Value
AutomaticColorInversion
Detect images with white text on dark/black background and automatically choose a special OCR algorithm for them.
public bool AutomaticColorInversion { get; set; }
Property Value
IgnoredSymbols
Sets blacklist for recognition symbols.
public string IgnoredSymbols { get; set; }
Property Value
Language
Gets or sets the language used for OCR.
public Language Language { get; set; }