CarPlateRecognitionSettings
Contents
[
Hide
]CarPlateRecognitionSettings class
Settings for the car number recognition. Contains elements that allow customizing the recognition process.
public class CarPlateRecognitionSettings
Constructors
Name | Description |
---|---|
CarPlateRecognitionSettings() | Initializes a new instance of the CarPlateRecognitionSettings class with default set of properties. |
CarPlateRecognitionSettings(Language) | Initializes a new instance of the CarPlateRecognitionSettings class with full set of properties. |
Properties
Name | Description |
---|---|
AllowedCharacters { get; set; } | Allowed characters set. Determines the type of characters allowed for recognition result. |
AllowedSymbols { get; set; } | Set the allowed characters with alphabet property. |
AutomaticColorInversion { get; set; } | Detect images with white text on dark/black background and automatically choose a special OCR algorithm for them. |
IgnoredSymbols { get; set; } | Sets blacklist for recognition symbols. |
Language { get; set; } | Gets or sets the language used for OCR. Determines the alphabet used during recognition. Multi-language by default. |
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR