RecognitionAbortedException
RecognitionAbortedException class
Module: aspose_barcode.recognition.recognition_aborted_exception
Inherits: Exception
Exception raised when barcode recognition is aborted.
Constructors
| Name | Description |
|---|---|
| init | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. |
Properties
| Name | Type | Description |
|---|---|---|
| execution_time | int |
RecognitionAbortedException Constructor
__init__(self, Optional[str] message, Optional[int] executionTime)
Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.
| Parameter | Type | Description |
|---|---|---|
message | Optional[str] | The error message of the exception. |
executionTime | Optional[int] | The execution time of current recognition session. |
RecognitionAbortedException.execution_time
Type: int
| Parameter | Type | Description |
|---|---|---|
value | int |