Uses of Class
com.microsoft.cognitiveservices.speech.transcription.User
-
Packages that use User Package Description com.microsoft.cognitiveservices.speech.transcription -
-
Uses of User in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return User Modifier and Type Method Description static UserUser. fromUserId(String userId)Creates a User.Methods in com.microsoft.cognitiveservices.speech.transcription that return types with arguments of type User Modifier and Type Method Description Future<User>Conversation. addParticipantAsync(User user)Add a participant to a conversation using a user object.Future<User>Meeting. addParticipantAsync(User user)Add a participant to a meeting using a user object.Methods in com.microsoft.cognitiveservices.speech.transcription with parameters of type User Modifier and Type Method Description Future<User>Conversation. addParticipantAsync(User user)Add a participant to a conversation using a user object.Future<User>Meeting. addParticipantAsync(User user)Add a participant to a meeting using a user object.Future<Void>Conversation. removeParticipantAsync(User user)Remove a participant from a conversation using a user object.Future<Void>Meeting. removeParticipantAsync(User user)Remove a participant from a meeting using a user object.
-