Coverage
Overview
This API endpoint allows you to determine which words are included in the Rime dictionary out of the box.
We can add new words to our dictionary as needed within around 24 hours. Or you can immediately generate a custom pronunciation, which uses the Rime phonetic alphabet.
If a word is not in our dictionary, our TTS model will still attempt a pronunciation, which is often suitable if the spelling follows typical linguistic patterns.
In addition to the API, you can also check coverage in the Rime dashboard.
Example
A request takes only the string text
, for example:
The response will include an array with any strings not covered by the current Rime dictionary:
Variable Parameters
A string one or more words you’d like to check for coverage in our dictionary. Words can be separated by spaces, commas, or newlines.