enum classafFancomSapi::SpeechWordPronounceable

sys::Obj
  sys::Enum
    afFancomSapi::SpeechWordPronounceable

@Serializable { simple=true }

Lists the possible return values from the IsPronounceable method of the ISpeechRecoGrammar interface.

SWPKnownWordPronounceable

Source

const static SpeechWordPronounceable SWPKnownWordPronounceable := ...

The word is pronounceable by the SR engine, and is located in the lexicon and/or the engine's dictionary.

Value is 2 (0x2)

SWPUnknownWordPronounceable

Source

const static SpeechWordPronounceable SWPUnknownWordPronounceable := ...

The word is pronounceable by the SR engine, but is not located in the lexicon and/or the engine's dictionary.

Value is 1 (0x1)

SWPUnknownWordUnpronounceable

Source

const static SpeechWordPronounceable SWPUnknownWordUnpronounceable := ...

The word is not pronounceable by the SR engine, and is not located in the lexicon and/or the engine's dictionary.

Value is 0 (0x0)

fromStr

Source

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

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

vals

Source

const static SpeechWordPronounceable[] vals := ...

List of SpeechWordPronounceable values indexed by ordinal