Namespace Microsoft::CognitiveServices::Speech::Transcription

Summary

Members Descriptions
enum ParticipantChangedReason Why the participant changed event was raised Added in version 1.8.0.
class Transcription::ConversationTranscriber Class for ConversationTranscribers.
class Transcription::ConversationTranscriptionEventArgs Class for conversation transcriber event arguments.
class Transcription::ConversationTranscriptionCanceledEventArgs Class for conversation transcriber canceled event arguments.
class Transcription::ConversationTranscriptionResult Represents the result of a conversation transcriber.
class Transcription::Meeting Class for meeting.
class Transcription::MeetingTranscriber Class for meeting transcriber. Reserved for Microsoft first-party applications.
class Transcription::MeetingTranscriptionEventArgs Class for meeting transcriber event arguments. Reserved for Microsoft first-party applications.
class Transcription::MeetingTranscriptionCanceledEventArgs Class for meeting transcriber canceled event arguments. Reserved for Microsoft first-party applications.
class Transcription::MeetingTranscriptionResult Represents the result of a meeting transcriber. Reserved for Microsoft first-party applications.
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.