Uses of Class
com.microsoft.cognitiveservices.speech.transcription.Participant
-
Packages that use Participant Package Description com.microsoft.cognitiveservices.speech.transcription -
-
Uses of Participant in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return Participant Modifier and Type Method Description static ParticipantParticipant. from(String userId)Create a Participant using user id.static ParticipantParticipant. from(String userId, String preferredLanguage)Create a Participant using user id and her/his preferred language.static ParticipantParticipant. from(String userId, String preferredLanguage, String voiceSignature)Create a Participant using user id, her/his preferred language and her/his voice signature.Methods in com.microsoft.cognitiveservices.speech.transcription that return types with arguments of type Participant Modifier and Type Method Description Future<Participant>Conversation. addParticipantAsync(Participant participant)Add a participant to a conversation using a participant object.Future<Participant>Conversation. addParticipantAsync(String userId)Add a participant to a conversation using the user's id.Future<Participant>Meeting. addParticipantAsync(Participant participant)Add a participant to a meeting using a participant object.Future<Participant>Meeting. addParticipantAsync(String userId)Add a participant to a meeting using the user's id.List<Participant>ConversationParticipantsChangedEventArgs. getParticipants()The participant(s) that joined, left, or were updated.Methods in com.microsoft.cognitiveservices.speech.transcription with parameters of type Participant Modifier and Type Method Description Future<Participant>Conversation. addParticipantAsync(Participant participant)Add a participant to a conversation using a participant object.Future<Participant>Meeting. addParticipantAsync(Participant participant)Add a participant to a meeting using a participant object.Future<Void>Conversation. removeParticipantAsync(Participant participant)Remove a participant from a conversation using a participant object.Future<Void>Meeting. removeParticipantAsync(Participant participant)Remove a participant from a meeting using a participant object.
-