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
const static SpeechWordType SWTAdded := ...
Indicates that the word has been added to the lexicon.
Value is 1 (0x1)
- SWTDeleted
const static SpeechWordType SWTDeleted := ...
Indicates that the word has been deleted from the lexicon.
Value is 2 (0x2)
- fromStr
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
static SpeechWordType fromVariant(Variant variant)
- toFancom
Variant toFancom()
- vals
const static SpeechWordType[] vals := ...
List of SpeechWordType values indexed by ordinal
- value
const Int value