Uses of Class
com.microsoft.cognitiveservices.speech.transcription.ConversationTranscriptionEventArgs
-
Packages that use ConversationTranscriptionEventArgs Package Description com.microsoft.cognitiveservices.speech.transcription -
-
Uses of ConversationTranscriptionEventArgs in com.microsoft.cognitiveservices.speech.transcription
Subclasses of ConversationTranscriptionEventArgs in com.microsoft.cognitiveservices.speech.transcription Modifier and Type Class Description classConversationTranscriptionCanceledEventArgsClass that defines conversation transcription canceled events.Fields in com.microsoft.cognitiveservices.speech.transcription with type parameters of type ConversationTranscriptionEventArgs Modifier and Type Field Description EventHandlerImpl<ConversationTranscriptionEventArgs>ConversationTranscriber. transcribedThe event transcribed signals that a final recognition result is received.EventHandlerImpl<ConversationTranscriptionEventArgs>ConversationTranscriber. transcribingThe event transcribing signals that an intermediate recognition result is received.
-