Interface AudioTranscriptionConfig

The audio transcription configuration in Setup.

interface AudioTranscriptionConfig {
    languageCodes?: string[];
}

Properties

Properties

languageCodes?: string[]

The language codes of the audio. BCP-47 language code. If not set, the transcription will be in the language detected by the model. If set, the server will use the language code specified in the model config as a hint for the language of the audio