|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.speech.freetts.InputMode
Specifies the input mode of FreeTTS.
Field Summary | |
static InputMode |
FILE
Indicates that the input is from a file. |
static InputMode |
INTERACTIVE
Indicates that the input is from the keyboard. |
static InputMode |
LINES
Indicates that the input is a set of lines in a file.. |
static InputMode |
NONE
Indicates that there is no input mode |
static InputMode |
TEXT
Indicates that the input is from text. |
static InputMode |
URL
Indicates that the input is from a URL. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final InputMode NONE
public static final InputMode FILE
public static final InputMode TEXT
public static final InputMode URL
public static final InputMode LINES
public static final InputMode INTERACTIVE
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |