interface GoogleSTTOptions {
    custom_vocabulary?: string[];
    language_codes?: string[];
}

Properties

custom_vocabulary?: string[]

Up to 1000 terms that bias recognition.

language_codes?: string[]

BCP-47 language codes. Omit or pass an empty list to detect the language.