Share via


TranscriptionOptions Class

Definition

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