Custom Spelling
Supported Languages, Regions, and Models
Custom Spelling is supported for all languages, regions, and models.
Custom Spelling lets you customize how words are spelled or formatted in the transcript.
Python
Python SDK
JavaScript
JavaScript SDK
To use Custom Spelling, include custom_spelling in your transcription parameters. The parameter should be a list of dictionaries, with each dictionary specifying a mapping from a word or phrase to a new spelling or format of a word.
The value in the to key is case-sensitive, but the value in the from key isn’t. Additionally, the to key must only contain one word, while the from key can contain multiple words.