SpeechLexiconType

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

SpeechLexiconType Enum

The SpeechLexiconType enumeration lists the allowed lexicon types.

Currently there are only two types in use: user and application lexicons. Additional types may be added in the future or created uniquely by the application.


Definition

Enum SpeechLexiconType {
   SLTUser   = 1
   SLTApp    = 2
} End Enum

Elements

SLTUser
Indicates the user lexicon. Each Windows user has a unique user lexicon.
SLTApp
Indicates the application lexicon. An application lexicon is shared by all users.