RecognitionAbortedException
Contents
[
Hide
]RecognitionAbortedException class
Namespace: Aspose.Barcode.Recognition
Constructors
| Name | Description |
|---|---|
| __construct | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ExecutionTime | Read/Write | Gets the execution time of current recognition session |
RecognitionAbortedException__construct(?string $message, ?int $executionTime)
Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.
| Parameter | Type | Description |
|---|---|---|
$message | ?string | null|string The error message of the exception. |
$executionTime | ?int | null|int The execution time of current recognition session. |
ExecutionTime
Access: Read/Write
Returns: int The execution time of current recognition session
Gets the execution time of current recognition session
Sets the execution time of current recognition session
| Parameter | Type | Description |
|---|---|---|
$value | int |