enum classafFancomSapi::SPCATEGORYTYPE

sys::Obj
  sys::Enum
    afFancomSapi::SPCATEGORYTYPE

@Serializable { simple=true }

Lists the different states of Speech Recognizer as categories.

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

SPCT_COMMAND

Source

const static SPCATEGORYTYPE SPCT_COMMAND := ...

Flag indicating the command category. This category includes commands such as "Open Notepad."

Value is 0 (0x0)

SPCT_DICTATION

Source

const static SPCATEGORYTYPE SPCT_DICTATION := ...

Flag indicating the dictation category. This category indicates that recognized speech should be treated as free text.

Value is 1 (0x1)

SPCT_SLEEP

Source

const static SPCATEGORYTYPE SPCT_SLEEP := ...

Flag indicating the sleep category. This category indicates that the recognizer is ignoring all speech except "Start listening."

Value is 2 (0x2)

SPCT_SUB_COMMAND

Source

const static SPCATEGORYTYPE SPCT_SUB_COMMAND := ...

Flag indicating the command subcategory.

Value is 3 (0x3)

SPCT_SUB_DICTATION

Source

const static SPCATEGORYTYPE SPCT_SUB_DICTATION := ...

Flag indicating the dictation subcategory. This category includes dictatation subcommands that bring up the correction dialog. For example, saying "Select All" while in dictation mode.

Value is 4 (0x4)

fromStr

Source

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

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

vals

Source

const static SPCATEGORYTYPE[] vals := ...

List of SPCATEGORYTYPE values indexed by ordinal