Enum SPXCancellationReason
Defines the possible reasons a recognition result might be canceled.
Name | Description |
---|---|
SPXCancellationReason_Error | Indicates that an error occurred during speech recognition. |
SPXCancellationReason_EndOfStream | Indicates that the end of the audio stream was reached. |
SPXCancellationReason_CancelledByUser | Indicates that request was cancelled by the user. Added in version 1.14.0 |