CarPlateRecognitionSettings
Contents
[
Hide
]CarPlateRecognitionSettings class
Module: recognitionsettings
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| set_allowed_characters | No | Allowed characters set. Determines the array of characters allowed for recognition result. | |
| set_ignored_characters | No | Sets blacklist for recognition symbols. | |
| set_language | No | Sets the language used for OCR. Multi-language (none) by default. | |
| set_threads_count | No | Gets or sets the number of threads for processing. By default, 0 means that the image will be processed with the number of threads equal to your number of processors. ThreadsCount = 1 means that the image will be processed in the main thread. |
Fields
| Name | Value | Description |
|---|---|---|
| JAVA_CLASS_NAME | "com.aspose.ocr.CarPlateRecognitionSettings" |
CarPlateRecognitionSettings Constructor
__init__(self)
CarPlateRecognitionSettings.set_allowed_characters
set_allowed_characters(self, str allowedCharacters)
Allowed characters set. Determines the array of characters allowed for recognition result.
| Parameter | Type | Description |
|---|---|---|
allowedCharacters | str | contains string of characters. |
CarPlateRecognitionSettings.set_ignored_characters
set_ignored_characters(self, str ignoredCharacters)
Sets blacklist for recognition symbols.
| Parameter | Type | Description |
|---|---|---|
ignoredCharacters | str | Characters excluded from recognition. |
CarPlateRecognitionSettings.set_language
set_language(self, Language language)
Sets the language used for OCR. Multi-language (none) by default.
| Parameter | Type | Description |
|---|---|---|
language | Language | contains enum Language value. |
CarPlateRecognitionSettings.set_threads_count
set_threads_count(self, int threadsCount)
Gets or sets the number of threads for processing. By default, 0 means that the image will be processed with the number of threads equal to your number of processors. ThreadsCount = 1 means that the image will be processed in the main thread.
| Parameter | Type | Description |
|---|---|---|
threadsCount | int | the number of threads that will be created for parallel recognition of image fragments. |
CarPlateRecognitionSettings.JAVA_CLASS_NAME
Type: str
Value: "com.aspose.ocr.CarPlateRecognitionSettings"