enum classafFancomSapi::SpeechWordType

sys::Obj
  sys::Enum
    afFancomSapi::SpeechWordType

@Serializable { simple=true }

Lists the change state of a word/pronunciation combination in a lexicon.

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

SWTAdded

Source

const static SpeechWordType SWTAdded := ...

Indicates that the word has been added to the lexicon.

Value is 1 (0x1)

SWTDeleted

Source

const static SpeechWordType SWTDeleted := ...

Indicates that the word has been deleted from the lexicon.

Value is 2 (0x2)

fromStr

Source

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

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

fromVariant

Source

static SpeechWordType fromVariant(Variant variant)

toFancom

Source

Variant toFancom()

vals

Source

const static SpeechWordType[] vals := ...

List of SpeechWordType values indexed by ordinal

value

Source

const Int value