Uses of Class
com.microsoft.cognitiveservices.speech.transcription.Meeting
-
Packages that use Meeting Package Description com.microsoft.cognitiveservices.speech.transcription -
-
Uses of Meeting in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return types with arguments of type Meeting Modifier and Type Method Description static Future<Meeting>Meeting. createMeetingAsync(SpeechConfig speechConfig)Initializes a new instance of Meeting.static Future<Meeting>Meeting. createMeetingAsync(SpeechConfig speechConfig, String meetingId)Initializes a new instance of Meeting.Methods in com.microsoft.cognitiveservices.speech.transcription with parameters of type Meeting Modifier and Type Method Description Future<Void>MeetingTranscriber. joinMeetingAsync(Meeting meeting)Join a meeting.
-