RecognitionAbortedException
RecognitionAbortedException Constructor
__init__(self, Optional[str] message, Optional[int] executionTime)
Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message.
| Parameter | Type | Description |
|---|---|---|
message | Optional[str] | The error message of the exception. |
executionTime | Optional[int] | The execution time of current recognition session. |