SPWORDPRONOUNCEABLE (SAPI 5.4)

Microsoft Speech API 5.4

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.