class
RecognitionAbortedException
Source: Recognition.
new RecognitionAbortedException(message, executionTime)
Initializes a new instance of the
Parameters
Name | Type | Optional | Description |
---|---|---|---|
message |
|
|
The error message of the exception. |
executionTime |
|
|
The execution time of current recognition session. |
Methods
getExecutionTime()
Gets the execution time of current recognition session
- Returns
-
The execution time of current recognition session
setExecutionTime(value)
Sets the execution time of current recognition session
Parameter
Name | Type | Optional | Description |
---|---|---|---|
value |
|
|
The execution time of current recognition session |