SpeechWordType (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

SpeechWordType Enum

The SpeechWordType enumeration lists the change state of a word/pronunciation combination in a lexicon.

The ISpeechLexiconWord.Type property returns a SpeechWordType value.

Definition

Enum SpeechWordType
    SWTAdded = 1
    SWTDeleted = 2
End Enum

Elements

SWTAdded
Indicates that the word has been added to the lexicon.
SWTDeleted
Indicates that the word has been deleted from the lexicon.