次の方法で共有


ConversationTranscriber.Transcribing イベント

定義

イベント Transcribing は、中間文字起こしの結果が受信されたことを通知します。

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

イベントの種類

適用対象