Interface Transcription

Audio transcription in Server Content.

interface Transcription {
    finished?: boolean;
    languageCode?: string;
    text?: string;
}

Properties

finished?: boolean

Optional. The bool indicates the end of the transcription.

languageCode?: string

The BCP-47 language code of the transcription.

text?: string

Optional. Transcription text.