The customization ID (GUID) of the custom language model that is to be used for the request. You must make the request with credentials for the instance of the service that owns the custom model.
An alternative spelling for the custom word when it appears in a transcript. Use the parameter when you want the word to have a spelling that is different from its usual representation or from its spelling in corpora training data.
_For a custom model that is based on a previous-generation model_, an array of sounds-like pronunciations for the custom word. Specify how words that are difficult to pronounce, foreign words, acronyms, and so on can be pronounced by users.
A word can have at most five sounds-like pronunciations. A pronunciation can include at most 40 characters not including spaces.
_For a custom model that is based on a next-generation model_, omit this field. Custom models based on
next-generation models do not support the sounds_like
field. The service ignores the field.
For the Add custom words method, you must specify the custom word that is to be added to or
updated in the custom model. Do not include spaces in the word. Use a -
(dash) or _
(underscore) to connect
the tokens of compound words.
Omit this parameter for the Add a custom word method.
The custom word that is to be added to or updated in the custom language model. Do not include spaces in the
word. Use a -
(dash) or _
(underscore) to connect the tokens of compound words. URL-encode the word if it
includes non-ASCII characters. For more information, see Character
encoding.
Generated using TypeDoc
Parameters for the
addWord
operation.