SPWORDPRONOUNCEABLE

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

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.