enum classafFancomSapi::SpeechPartOfSpeech

sys::Obj
  sys::Enum
    afFancomSapi::SpeechPartOfSpeech

@Serializable { simple=true }

Lists the parts-of-speech categories used in SAPI.

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

SPSFunction

Source

const static SpeechPartOfSpeech SPSFunction := ...

Indicates that the part of speech is a function.

Value is 16384 (0x4000)

SPSInterjection

Source

const static SpeechPartOfSpeech SPSInterjection := ...

Indicates that the part of speech is an interjection.

Value is 20480 (0x5000)

SPSLMA

Source

const static SpeechPartOfSpeech SPSLMA := ...

Value is 28672 (0x7000)

SPSModifier

Source

const static SpeechPartOfSpeech SPSModifier := ...

Indicates that the part of speech is a modifier.

Value is 12288 (0x3000)

SPSNotOverriden

Source

const static SpeechPartOfSpeech SPSNotOverriden := ...

Indicates that the part of speech already present in the lexicon should not be overridden.

Value is -1 (0xFFFFFFFFFFFFFFFF)

SPSNoun

Source

const static SpeechPartOfSpeech SPSNoun := ...

Indicates that the part of speech is a noun.

Value is 4096 (0x1000)

SPSSuppressWord

Source

const static SpeechPartOfSpeech SPSSuppressWord := ...

Marks works in the user lexicon as not to be recognized. Essentially, this removes words from the vocabulary.

Value is 61440 (0xF000)

SPSUnknown

Source

const static SpeechPartOfSpeech SPSUnknown := ...

Indicates that the part of speech is unknown and is probably from the user lexicon.

Value is 0 (0x0)

SPSVerb

Source

const static SpeechPartOfSpeech SPSVerb := ...

Indicates that the part of speech is a verb.

Value is 8192 (0x2000)

fromStr

Source

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

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

fromVariant

Source

static SpeechPartOfSpeech fromVariant(Variant variant)

toFancom

Source

Variant toFancom()

vals

Source

const static SpeechPartOfSpeech[] vals := ...

List of SpeechPartOfSpeech values indexed by ordinal

value

Source

const Int value