Pronunciation dictionaries
Respelling rules applied to your text before synthesis.
How it works
A pronunciation dictionary is a list of per-organisation respelling rules applied to your text before synthesis. Create one in the console (Pronunciation), collect its id, and pass that id with any speech request — every rule in the dictionary applies to that request.
/v1/audio/speechRules are respellings, not phonetics
The model reads letters, so rules are written the way the word should be read — SQL as sequel (or S Q L to spell it out), NASA as नासा. IPA and phoneme notation are not accepted; a rule pasted as /ˈnæsə/ is refused with an explanation of what to write instead.
Match options & language scope
case_sensitive— match only with exact casing (default off:nasamatchesNASA).word_boundaries— match whole words only (default on), Devanagari-aware.only_languages/except_languages— scope a rule to (or away from) specific request languages. One term may carry different rules at different scopes: HDFC read asएच डी एफ सीin Hindi and asH D F Ceverywhere else.
Using a dictionary in a request
Pass pronunciation_dictionary_id on speech requests or as a query parameter on the input-streaming WebSocket. Rules apply before normalization, and edits propagate to running infrastructure within seconds — no redeploys.