Custom spelling
Supported languages
Custom Spelling is supported for all languages
Custom Spelling lets you customize how words are spelled or formatted in the transcript.
Python SDK
Python
TypeScript SDK
TypeScript
C#
Ruby
PHP
To use Custom Spelling, pass a dictionary to set_custom_spelling()
on the transcription config. Each key-value pair specifies a mapping from a word or phrase to a new spelling or format. The key specifies the new spelling or format, and the corresponding value is the word or phrase you want to replace.
The value in the to
key is case-sensitive, but the value in the from
key isn’t.