SPWORDPRONOUNCEABLE (Windows CE 5.0)

Send Feedback

This enumeration defines options for word pronunciation.

typedef enum SPWORDPRONOUNCEABLE{  SPWP_UNKNOWN_WORD_UNPRONOUNCEABLE = 0,  SPWP_UNKNOWN_WORD_PRONOUNCEABLE = 1,  SPWP_KNOWN_WORD_PRONOUNCEABLE = 2} SPWORDPRONOUNCEABLE;

Elements

  • SPWP_UNKNOWN_WORD_UNPRONOUNCEABLE
    The word is not pronounceable and is not located in the lexicon or the dictionary of an SR engine.
  • SPWP_UNKNOWN_WORD_PRONOUNCEABLE
    The word is pronounceable but is not located in the lexicon or the dictionary of an SR engine.
  • SPWP_KNOWN_WORD_PRONOUNCEABLE
    The word is pronounceable and is located in the lexicon or the dictionary of an SR engine.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Enumerations | ISpRecoGrammar::IsPronounceable | ISpSREngine::IsPronounceable

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.