RecognitionAbortedException

RecognitionAbortedException class

Namespace: Aspose.Barcode.Recognition

Constructors

NameDescription
__constructInitializes a new instance of the RecognitionAbortedException class with specified recognition abort message.

Properties

NameRead/WriteDescription
ExecutionTimeRead/WriteGets 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.

ParameterTypeDescription
$message?stringnull|string The error message of the exception.
$executionTime?intnull|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

ParameterTypeDescription
$valueint