Optionaltag: stringValidate this pronunciation against the loaded ASR bundle's lexicon.
The SDK must be initialized before calling this method.
true if the pronunciation is valid for the loaded ASR bundle.
The word text as it appears in the phrase list.
Space-separated phone sequence in ARPAbet format (e.g., "HH AH0 L OW1").
OptionaltagOptional tag appended to the recognized word with # when this
pronunciation variant is matched (e.g., "tomato#british").
Defines a pronunciation for a word, which can be used to augment default pronunciations defined in the ASR bundle lexicon. This can be useful for words not in the lexicon (e.g., made-up words, brand names), regional pronunciation variants, or common mispronunciations that should be recognized and tagged in the result.
Pass an array of these when creating a decoding graph via createDecodingGraphFromPhrases.
Example