enum classafFancomSapi::SpeechVisemeFeature

sys::Obj
  sys::Enum
    afFancomSapi::SpeechVisemeFeature

@Serializable { simple=true }

SVF_Emphasis

Source

const static SpeechVisemeFeature SVF_Emphasis := ...

Indicates that the word containing the viseme or phoneme is emphasized relative to the other words within a sentence.

Value is 2 (0x2)

SVF_None

Source

const static SpeechVisemeFeature SVF_None := ...

Indicates that a viseme or phoneme has no stress or emphasis.

Value is 0 (0x0)

SVF_Stressed

Source

const static SpeechVisemeFeature SVF_Stressed := ...

Indicates that a viseme or phoneme is stressed relative to the other phonemes within a word.

Value is 1 (0x1)

fromStr

Source

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

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

vals

Source

const static SpeechVisemeFeature[] vals := ...

List of SpeechVisemeFeature values indexed by ordinal