|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.speech.freetts.Gender
Provides an enumeration of Gender, following the JSAPI style. (http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-doc/) These are intended for use to define properties about FreeTTS voices.
Voice
Field Summary | |
static Gender |
DONT_CARE
Match against all other genders. |
static Gender |
FEMALE
Female. |
static Gender |
MALE
Male. |
static Gender |
NEUTRAL
Neutral such as a robot or artificial. |
Method Summary | |
int |
compareTo(java.lang.Object o)
Compare two genders. |
java.lang.String |
toString()
Generates a human readable name describing the gender. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Gender MALE
public static final Gender FEMALE
public static final Gender NEUTRAL
public static final Gender DONT_CARE
Method Detail |
public java.lang.String toString()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |