CancellationReason Enum

Definition

Lists the possible reasons a recognition result might be canceled.

public enum CancellationReason
type CancellationReason = 
Public Enum CancellationReason
Inheritance
CancellationReason

Fields

CancelledByUser 3

Indicates that request was cancelled by the user. Added in 1.14.0

EndOfStream 2

Indicates that the end of the audio stream was reached.

Error 1

Indicates that an error occurred during speech recognition.

Applies to