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