com.sun.speech.freetts
public abstract class VoiceDirectory extends java.lang.Object
Voice
,
VoiceManager
Constructor and Description |
---|
VoiceDirectory()
Default constructor does nothing.
|
Modifier and Type | Method and Description |
---|---|
abstract Voice[] |
getVoices()
Provide a means to access the voices in a voice jar file.
|
static void |
main(java.lang.String[] args)
The main function must be implemented by subclasses to print
out information about provided voices.
|
java.lang.String |
toString()
Print the information about voices contained in this voice
directory to a String.
|
public VoiceDirectory()
public abstract Voice[] getVoices()
public java.lang.String toString()
toString
in class java.lang.Object
main(String[] args)
public static void main(java.lang.String[] args)
toString()