Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
SPWORDPRONOUNCEABLE
See also ISpRecoGrammar::IsPronounceable and ISpSREngine::IsPronounceable.
typedef enum SPWORDPRONOUNCEABLE
{
SPWP_UNKNOWN_WORD_UNPRONOUNCEABLE,
SPWP_UNKNOWN_WORD_PRONOUNCEABLE,
SPWP_KNOWN_WORD_PRONOUNCEABLE
} SPWORDPRONOUNCEABLE;
Elements
- SPWP_UNKNOWN_WORD_UNPRONOUNCEABLE
Specifies an unrecognized word that does not have an available pronunciation. - SPWP_UNKNOWN_WORD_PRONOUNCEABLE
Specifies an unrecognized word that has an available pronunciation. - SPWP_KNOWN_WORD_PRONOUNCEABLE
Specifies a recognized word that has an available pronunciation.