public class TextEngineCentral
extends java.lang.Object
EngineCentral
interface for a
synthesizer that sends text to standard out. Place the following
line into the speech.properties
file so that a
TextSynthesizer
can be created.
TextSynthEngineCentral=com.sun.speech.engine.synthesis.text.TextEngineCentral
Constructor and Description |
---|
TextEngineCentral() |
Modifier and Type | Method and Description |
---|---|
EngineList |
createEngineList(EngineModeDesc require)
Returns a list containing a single reference to a
TextSynthesizerModeDesc
if the required features match those of the
TextSynthesizer . |