MeetingTranscriber Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transcribes meetings from speech into text, with the ability to add, remove, and identify multiple participants.
public sealed class MeetingTranscriber : Microsoft.CognitiveServices.Speech.Recognizer
type MeetingTranscriber = class
inherit Recognizer
Public NotInheritable Class MeetingTranscriber
Inherits Recognizer
- Inheritance
Remarks
See also: Get started with real-time Meeting Transcription
Constructors
MeetingTranscriber() |
Creates a new instance of MeetingTranscriber. |
MeetingTranscriber(AudioConfig) |
Creates a new instance of MeetingTranscriber. |
Fields
disposed |
disposed is a flag used to indicate if object is disposed. (Inherited from Recognizer) |
gch |
GC handle for callbacks for context. (Inherited from Recognizer) |
isDisposing |
Indicates whether the object is currently being disposed. (Inherited from Recognizer) |
pointerHandle |
Internal for logging. (Inherited from Recognizer) |
recognizerLock |
recognizerLock is used to synchronize access to objects member variables from multiple threads (Inherited from Recognizer) |
Properties
AuthorizationToken |
Gets or sets authorization token used to communicate with the service. Note: The caller needs to ensure that the authorization token is valid. Before the authorization token expires, the caller needs to refresh it by calling this setter with a new valid token. Otherwise, the recognizer will encounter errors during recognition. |
OutputFormat |
Gets the output format setting. |
Properties |
Gets the collection of properties and their values defined for this MeetingTranscriber. |
SpeechRecognitionLanguage |
Gets the language name that is used for recognition. |
Methods
Dispose() |
Dispose of associated resources. (Inherited from Recognizer) |
Dispose(Boolean) |
This method performs cleanup of resources.
The Boolean parameter |
JoinMeetingAsync(Meeting) |
Join a meeting. |
LeaveMeetingAsync() |
Leave a meeting. |
StartTranscribingAsync() |
Starts meeting trancsribing on a continuous audio stream, until StopTranscribingAsync() is called. You must subscribe to events to receive recognition results. |
StopTranscribingAsync() |
Stops meeting transcribing. |
Events
Canceled |
The event Canceled signals that the speech recognition was canceled. |
SessionStarted |
Defines event handler for session started event. (Inherited from Recognizer) |
SessionStopped |
Defines event handler for session stopped event. (Inherited from Recognizer) |
SpeechEndDetected |
Defines event handler for speech end detected event. (Inherited from Recognizer) |
SpeechStartDetected |
Defines event handler for speech start detected event. (Inherited from Recognizer) |
Transcribed |
The event Transcribed signals that a final transcription result is received. |
Transcribing |
The event Transcribing signals that an intermediate transcription result is received. |
Applies to
Azure SDK for .NET