Uses of Class
com.microsoft.cognitiveservices.speech.transcription.ParticipantChangedReason
-
Packages that use ParticipantChangedReason Package Description com.microsoft.cognitiveservices.speech.transcription -
-
Uses of ParticipantChangedReason in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return ParticipantChangedReason Modifier and Type Method Description ParticipantChangedReasonConversationParticipantsChangedEventArgs. getReason()Why the participant changed event was raised (e.g.static ParticipantChangedReasonParticipantChangedReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantChangedReason[]ParticipantChangedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-