enum classafFancomSapi::SpeechVisemeFeature
sys::Obj sys::Enum afFancomSapi::SpeechVisemeFeature
@
Serializable { simple=true }
Lists the features of phonemes and visemes.
http://msdn.microsoft.com/en-us/library/ee125218%28v=vs.85%29.aspx
- SVF_Emphasis
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
const static SpeechVisemeFeature SVF_None := ...
Indicates that a viseme or phoneme has no stress or emphasis.
Value is 0 (0x0)
- SVF_Stressed
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
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
const static SpeechVisemeFeature[] vals := ...
List of SpeechVisemeFeature values indexed by ordinal