Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Summary
Members | Descriptions |
---|---|
enum ParticipantChangedReason | Why the participant changed event was raised Added in version 1.8.0. |
class Transcription::Conversation | Class for conversation. Added in version 1.8.0. |
class Transcription::ConversationExpirationEventArgs | Event arguments for the ConversationExpiration event. Added in 1.9.0. |
class Transcription::ConversationParticipantsChangedEventArgs | Event arguments for the ParticipantsChanged event. Added in 1.9.0. |
class Transcription::ConversationTranscriber | Class for ConversationTranscribers. |
class Transcription::ConversationTranscriptionCanceledEventArgs | Class for conversation transcriber canceled event arguments. |
class Transcription::ConversationTranscriptionEventArgs | Class for conversation transcriber event arguments. |
class Transcription::ConversationTranscriptionResult | Represents the result of a conversation transcriber. |
class Transcription::ConversationTranslationCanceledEventArgs | Event arguments for the conversation translator canceled event. Added in 1.9.0. |
class Transcription::ConversationTranslationEventArgs | Event arguments for the ConversationTranslator ConversationTranslator::Transcribing, ConversationTranslator::Transcribed, or ConversationTranslator::TextMessageReceived events. Added in 1.9.0. |
class Transcription::ConversationTranslationResult | Represents the result of a conversation translator recognition, or text message. Added in 1.9.0. |
class Transcription::ConversationTranslator | A conversation translator that enables a connected experience where participants can use their own devices to see everyone else's recognitions and IMs in their own languages. Participants can also speak and send IMs to others. Added in 1.9.0. |
class Transcription::EventHelper | Helper class with additional methods Added in 1.9.0. |
class Transcription::Meeting | Class for meeting. |
class Transcription::MeetingTranscriber | Class for meeting transcriber. |
class Transcription::MeetingTranscriptionCanceledEventArgs | Class for meeting transcriber canceled event arguments. Added in version 1.5.0. |
class Transcription::MeetingTranscriptionEventArgs | Class for meeting transcriber event arguments. |
class Transcription::MeetingTranscriptionResult | Represents the result of a meeting transcriber. |
class Transcription::Participant | Represents a participant in a conversation. Added in version 1.5.0. |
class Transcription::User | Represents a user in a conversation. Added in version 1.5.0. |
Members
enum ParticipantChangedReason
Values | Descriptions |
---|---|
JoinedConversation | Participant has joined the conversation. |
LeftConversation | Participant has left the conversation. This could be voluntary, or involuntary (e.g. they are experiencing networking issues) |
Updated | The participants' state has changed (e.g. they became muted, changed their nickname) |
Why the participant changed event was raised Added in version 1.8.0.