Package version:

Configuration of live transcription.

interface TranscriptionOptions {
    enableIntermediateResults?: boolean;
    locale: string;
    speechRecognitionModelEndpointId?: string;
    startTranscription: boolean;
    transportType: string;
    transportUrl: string;
}

Properties

enableIntermediateResults?: boolean

Enables intermediate results for the transcribed speech.

locale: string

Defines the locale for the data e.g en-CA, en-AU

speechRecognitionModelEndpointId?: string

Endpoint where the custom model was deployed.

startTranscription: boolean

Determines if the transcription should be started immediately after call is answered or not.

transportType: string

The type of transport to be used for live transcription, eg. Websocket

transportUrl: string

Transport URL for live transcription