![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Exception raised when barcode recognition is aborted. More...
Inherits Exception.
Public Member Functions | |
| None | __init__ (self, Optional[str] message, Optional[int] executionTime) |
| Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. More... | |
| int | getExecutionTime (self) |
| Gets the execution time of current recognition session. More... | |
| None | setExecutionTime (self, int value) |
| Sets the execution time of current recognition session. More... | |
Static Public Member Functions | |
| RecognitionAbortedException | construct (javaClass) |
Public Attributes | |
| javaClass | |
Static Public Attributes | |
| string | javaClassName = "com.aspose.mw.barcode.recognition.MwRecognitionAbortedException" |
Exception raised when barcode recognition is aborted.
| None __init__ | ( | self, | |
| Optional[str] | message, | ||
| Optional[int] | executionTime | ||
| ) |
Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.
| message | The error message of the exception. |
| executionTime | The execution time of current recognition session. |
|
static |
| int getExecutionTime | ( | self | ) |
Gets the execution time of current recognition session.
| None setExecutionTime | ( | self, | |
| int | value | ||
| ) |
Sets the execution time of current recognition session.
| value | The execution time of current recognition session |
| javaClass |
|
static |