const classafFancomSapi::SpeechLexiconType

sys::Obj
  afFancom::Flag
    afFancomSapi::SpeechLexiconType

@Serializable

SLTApp

Source

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

Source

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

Source

new make(|This? f := null)

makeFromDefinition

Source

new makeFromDefinition(Int flag, Str? name := null)

makeFromVariant

Source

new makeFromVariant(Variant variant)