次の方法で共有


ConversationTranscriber.Transcribed イベント

定義

イベント Transcribed は、最終的な文字起こし結果が受信されたことを通知します。

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

イベントの種類

適用対象