KeywordRecognizer.Canceled イベント

定義

相互作用の取り消しに関連するイベントのシグナル。 イベントは、理由が直接取り消しまたはエラーであるかどうかを示します。

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

イベントの種類

適用対象