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