SpeechLexiconType (Microsoft Speech Platform)

From Microsoft Speech Platform SDK 11

Microsoft Speech Platform

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.