次の方法で共有


ConversationTranslator.Transcribing イベント

定義

会話の中間翻訳結果を通知するイベントは、会話参加者に対して使用できます。

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

イベントの種類

適用対象