enum classafFancomSapi::SpeechLoadOption

sys::Obj
  sys::Enum
    afFancomSapi::SpeechLoadOption

@Serializable { simple=true }

Lists the options available when loading a speech grammar.

http://msdn.microsoft.com/en-us/library/ee125203%28v=vs.85%29.aspx

SLODynamic

Source

const static SpeechLoadOption SLODynamic := ...

Specifies that the grammar is loaded dynamically, meaning that rules can be modified and committed at run time.

Value is 1 (0x1)

SLOStatic

Source

const static SpeechLoadOption SLOStatic := ...

Specifies that the grammar is loaded statically.

Value is 0 (0x0)

fromStr

Source

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

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

vals

Source

const static SpeechLoadOption[] vals := ...

List of SpeechLoadOption values indexed by ordinal