Add A Pronunciation Dictionary
Creates a new pronunciation dictionary from provided rules.
Headers
Request
List of pronunciation rules. Rule can be either: an alias rule: {‘string_to_replace’: ‘a’, ‘type’: ‘alias’, ‘alias’: ‘b’, } or a phoneme rule: {‘string_to_replace’: ‘a’, ‘type’: ‘phoneme’, ‘phoneme’: ‘b’, ‘alphabet’: ‘ipa’ }
The name of the pronunciation dictionary, used for identification only.
A description of the pronunciation dictionary, used for identification only.
Should be one of ‘admin’, ‘editor’ or ‘viewer’. If not provided, defaults to no access.
Response
Successful Response
The ID of the created pronunciation dictionary.
The name of the created pronunciation dictionary.
The user ID of the creator of the pronunciation dictionary.
The creation time of the pronunciation dictionary in Unix timestamp.
The ID of the created pronunciation dictionary version.
The number of rules in the version of the pronunciation dictionary.
The description of the pronunciation dictionary.