com.microsoft.cognitiveservices.speech.transcription
Definition
Classes
| Conversation |
Performs conversation management including add and remove participants. Note: close() must be called in order to release underlying resources held by the object. Added in version 1.8.0 |
| ConversationExpirationEventArgs |
Defines a payload for the ConversationExpiration event. Added in version 1.12.0. |
| ConversationParticipantsChangedEventArgs |
Defines a payload for the ParticipantsChanged event. Added in version 1.12.0 |
| ConversationTranscriber |
Performs conversation transcribing for audio input streams, and gets transcribed text and user id as a result. Note: close() must be called in order to release underlying resources held by the object. Added in version 1.5.0 |
| ConversationTranscriptionCanceledEventArgs |
Class that defines conversation transcription canceled events. Added in version 1.5.0 |
| ConversationTranscriptionEventArgs |
Class that defines conversation transcription event arguments. Added in version 1.5.0 |
| ConversationTranscriptionResult |
Class that defines conversation transcription result. Added in version 1.5.0 |
| ConversationTranslationCanceledEventArgs |
Defines a payload for the Canceled event. Added in version 1.12.0. |
| ConversationTranslationEventArgs |
Defines a payload for Transcribing, and Transcribed events. Added in 1.12.0. |
| ConversationTranslationResult |
Defines a conversation translation result. Added in 1.12.0. |
| 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. Note: close() must be called in order to release underlying resources held by the object. Added in version 1.12.0 |
| Participant |
Represents a participant in a conversation transcribing session. Added in version 1.5.0 |
| User |
Represents a user in a conversation. Added in version 1.5.0 |
Enums
| ParticipantChangedReason |
Why the participant changed event was raised. Added in version 1.12.0 |