KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > SpeechVisemeFeature


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 public enum SpeechVisemeFeature {
7     SVF_None, // 0
8
SVF_Stressed, // 1
9
SVF_Emphasis, // 2
10
}
11
Popular Tags