const classafFancomSapi::SpeechLexiconType
sys::Obj afFancom::Flag afFancomSapi::SpeechLexiconType
Lists the allowed lexicon types.
http://msdn.microsoft.com/en-us/library/ee125202%28v=vs.85%29.aspx
- SLTApp
const static SpeechLexiconType SLTApp := SpeechLexiconType.<ctor>(2, "SLTApp")
Indicates the application lexicon. An application lexicon is shared by all users.
Value is 2 (0x2)
- SLTUser
const static SpeechLexiconType SLTUser := SpeechLexiconType.<ctor>(1, "SLTUser")
Indicates the user lexicon. Each Windows user has a unique user lexicon.
Value is 1 (0x1)
- make
new make(|This? f := null)
- makeFromDefinition
- makeFromVariant
new makeFromVariant(Variant variant)