enum classafFancomSapi::SpeechBookmarkOptions

sys::Obj
  sys::Enum
    afFancomSapi::SpeechBookmarkOptions

@Serializable { simple=true }

SBONone

Source

const static SpeechBookmarkOptions SBONone := ...

The recognition context will not pause when it encounters the bookmark.

Value is 0 (0x0)

SBOPause

Source

const static SpeechBookmarkOptions SBOPause := ...

The recognition context will pause when it encounters the bookmark. This is the same as calling ISpeechRecoContext.Pause. The pause stops the speech recognition engine from processing any more data until Resume is called. In a paused state, the application can perform tasks such as changing grammars while the engine is at a known position in the stream. The application must explicitly begin processing afterward with ISpeechRecoContext.Resume.

Value is 1 (0x1)

fromStr

Source

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

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

vals

Source

const static SpeechBookmarkOptions[] vals := ...

List of SpeechBookmarkOptions values indexed by ordinal