enum classafFancomSapi::SpeechRecoContextState

sys::Obj
  sys::Enum
    afFancomSapi::SpeechRecoContextState

@Serializable { simple=true }

SRCS_Disabled

Source

const static SpeechRecoContextState SRCS_Disabled := ...

Specifies that grammars associated with this recognition context are disabled.

Value is 0 (0x0)

SRCS_Enabled

Source

const static SpeechRecoContextState SRCS_Enabled := ...

Specifies that grammars associated with this recognition context are enabled.

Value is 1 (0x1)

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the SpeechRecoContextState instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

vals

Source

const static SpeechRecoContextState[] vals := ...

List of SpeechRecoContextState values indexed by ordinal