OutputAudioTranscription

Type Alias OutputAudioTranscription 

Source
pub type OutputAudioTranscription = AudioTranscriptionConfig;
Expand description

Output audio transcription configuration.

Aliased Type§

pub struct OutputAudioTranscription {
    pub language_codes: Option<Vec<String>>,
    pub custom_vocabulary: Option<Vec<String>>,
}

Fields§

§language_codes: Option<Vec<String>>

BCP-47 language hints (e.g. "en-US"). Hints reduce misdetected languages, especially on short utterances.

§custom_vocabulary: Option<Vec<String>>

Domain terms the recogniser should prefer — product names, SKUs, proper nouns (Gemini 3.8 Live).