Package com.sun.speech.freetts
Class InputMode
java.lang.Object
com.sun.speech.freetts.InputMode
Specifies the input mode of FreeTTS.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InputMode
Indicates that the input is from a file.static final InputMode
Indicates that the input is from the keyboard.static final InputMode
Indicates that the input is a set of lines in a file..static final InputMode
Indicates that there is no input modestatic final InputMode
Indicates that the input is from text.static final InputMode
Indicates that the input is from a URL. -
Method Summary
-
Field Details
-
NONE
Indicates that there is no input mode -
FILE
Indicates that the input is from a file. -
TEXT
Indicates that the input is from text. -
URL
Indicates that the input is from a URL. -
LINES
Indicates that the input is a set of lines in a file.. -
INTERACTIVE
Indicates that the input is from the keyboard.
-
-
Method Details