KeywordRecognizer.Canceled Event

Definition

Signal for events relating to the cancellation of an interaction. The event indicates if the reason is a direct cancellation or an error.

public event EventHandler<Microsoft.CognitiveServices.Speech.SpeechRecognitionCanceledEventArgs> Canceled;
member this.Canceled : EventHandler<Microsoft.CognitiveServices.Speech.SpeechRecognitionCanceledEventArgs> 
Public Custom Event Canceled As EventHandler(Of SpeechRecognitionCanceledEventArgs) 

Event Type

Applies to