TranscriptionOptions 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.
Options of live transcription.
public class TranscriptionOptions
type TranscriptionOptions = class
Public Class TranscriptionOptions
- Inheritance
-
TranscriptionOptions
Constructors
TranscriptionOptions(Uri, String, Nullable<Boolean>, TranscriptionTransport) |
Initializes a new instance of TranscriptionOptions. |
Properties
EnableIntermediateResults |
Enables intermediate results for the transcribed speech. |
Locale |
Defines the locale for the data e.g en-CA, en-AU. |
SpeechRecognitionModelEndpointId |
Endpoint where the custom model was deployed. |
StartTranscription |
Determines if the transcription should be started immediately after call is answered or not. |
TranscriptionTransport |
The type of transport to be used for live transcription, eg. Websocket. |
TransportUrl |
Transport URL for live transcription. |
Applies to
Azure SDK for .NET