Uses of Class
com.microsoft.cognitiveservices.speech.transcription.ConversationTranslationEventArgs
-
Packages that use ConversationTranslationEventArgs Package Description com.microsoft.cognitiveservices.speech.transcription -
-
Uses of ConversationTranslationEventArgs in com.microsoft.cognitiveservices.speech.transcription
Subclasses of ConversationTranslationEventArgs in com.microsoft.cognitiveservices.speech.transcription Modifier and Type Class Description classConversationTranslationCanceledEventArgsDefines a payload for the Canceled event.Fields in com.microsoft.cognitiveservices.speech.transcription with type parameters of type ConversationTranslationEventArgs Modifier and Type Field Description EventHandlerImpl<ConversationTranslationEventArgs>ConversationTranslator. textMessageReceivedEvent that signals a translated text message from a conversation participant.EventHandlerImpl<ConversationTranslationEventArgs>ConversationTranslator. transcribedEvent that signals a final conversation translation result is available for a conversation participant.EventHandlerImpl<ConversationTranslationEventArgs>ConversationTranslator. transcribingEvent that signals an intermediate conversation translation result is available for a conversation participant.
-