Interface LanguageHints

Provides hints to the model about possible languages present in the audio.

interface LanguageHints {
    languageCodes?: string[];
}

Properties

Properties

languageCodes?: string[]

BCP-47 language codes. At least one must be specified.