次の方法で共有


IntentRecognizer.Recognizing イベント

定義

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

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

イベントの種類

適用対象