The Custom Spelling feature gives you the ability to specify how words are spelled or formatted in the transcript text. For example, Custom Spelling could be used to change the spelling of all instances of the word "Ariana" to "Arianna". It could also be used to change the formatting of "CS 50" to "CS50".
The custom_spelling parameter along with from and to values are used to define how the spelling of a word or words should be customized. The from value is how the word would normally be predicted in the transcript. The to value is how you would like the word to be spelled or formatted. Here is a JSON object showing how the custom_spelling parameter could be used:
The Custom Spelling feature gives you the ability to specify how words are spelled or formatted in the transcript text. For example, Custom Spelling could be used to change the spelling of all instances of the word
"Ariana"
to"Arianna"
. It could also be used to change the formatting of"CS 50"
to"CS50"
.The
custom_spelling
parameter along withfrom
andto
values are used to define how the spelling of a word or words should be customized. Thefrom
value is how the word would normally be predicted in the transcript. Theto
value is how you would like the word to be spelled or formatted. Here is a JSON object showing how thecustom_spelling
parameter could be used:Note:
The value in the
to
key is case-sensitive but the value in thefrom
key is not.You can reference the code examples on the right to see how the
custom_spelling
parameter is used in a POST request.