次の方法で共有


TranslationRecognizer.Recognizing イベント

定義

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

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

イベントの種類

適用対象