SpeechRecognizer.Canceled Evento

Definición

El evento Canceled indica que se canceló el reconocimiento de voz.

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

Tipo de evento

Se aplica a