pub type InputAudioTranscription = AudioTranscriptionConfig;Expand description
Input audio transcription configuration.
Aliased Type§
pub struct InputAudioTranscription {
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).