SPVALUETYPE
This enumeration defines value types used in removing speech elements.
typedef enum SPVALUETYPE{
SPDF_PROPERTY = 0x00000001,
SPDF_REPLACEMENT = 0x00000002,
SPDF_RULE = 0x00000004,
SPDF_DISPLAYTEXT = 0x00000008,
SPDF_LEXICALFORM = 0x00000010,
SPDF_PRONUNCIATION = 0x00000020,
SPDF_AUDIO = 0x00000040,
SPDF_ALTERNATES = 0x00000080,
SPDF_ALL = 0x000000FF
} SPVALUETYPE;
Elements
- SPDF_PROPERTY
Remove the property tree. - SPDF_REPLACEMENT
Remove the phrase replacement text for inverse text normalization (ITN). - SPDF_RULE
Remove the non-top-level rule tree information for a phrase. - SPDF_DISPLAYTEXT
Remove the display text. - SPDF_LEXICALFORM
Remove the lexicon from text. - SPDF_PRONUNCIATION
Remove the pronunciation text. - SPDF_AUDIO
Remove the audio data that is attached to a phrase. The audio must have been both set and retained. - SPDF_ALTERNATES
Remove the alternate data attached to a phrase. Discarding alternates loses the words permanently. They cannot be retrieved even with ISpSRAlternates::GetAlternates or ISpRecoResult::GetAlternates. - SPDF_ALL
Remove all preceding elements.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.