Situation
I want the ASR to recognize domain-specific terms in our meetings.
- What I did: passed a prompt (custom vocabulary + context) via System Instruction.
- Issue: those terms are still mistranscribed, so the prompt seems to be ignored.
Questions
- Is there an official way to supply a prompt, vocabulary list, or “hints” that truly affects
input_audio_transcription
? - If not, what workaround does Google recommend?
- Does the recognizer run before any prompt conditioning, making System Instructions ineffective for ASR?