ConversationTranslator.Transcribed Event

Definition

Event that signals a final conversation translation result is available for a conversation participant.

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

Event Type

Applies to