Package version:

Options to start transcription

interface StartTranscriptionOptions {
    locale?: string;
    operationContext?: string;
    speechRecognitionModelEndpointId?: string;
}

Hierarchy

  • unknown
    • StartTranscriptionOptions

Properties

locale?: string

Defines Locale for the transcription e,g en-US

operationContext?: string

The value to identify context of the operation.

speechRecognitionModelEndpointId?: string

Endpoint where the custom model was deployed.