SpeechRecognizer.Recognizing イベント

定義

イベント Recognizing は、中間認識結果が受信されたことを通知します。

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

イベントの種類

適用対象