Class TextEngineCentral
- java.lang.Object
-
- com.sun.speech.engine.synthesis.text.TextEngineCentral
-
public class TextEngineCentral extends java.lang.Object
Supports the JSAPI 1.0EngineCentral
interface for a synthesizer that sends text to standard out. Place the following line into thespeech.properties
file so that aTextSynthesizer
can be created.TextSynthEngineCentral=com.sun.speech.engine.synthesis.text.TextEngineCentral
-
-
Constructor Summary
Constructors Constructor Description TextEngineCentral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EngineList
createEngineList(EngineModeDesc require)
Returns a list containing a single reference to aTextSynthesizerModeDesc
if the required features match those of theTextSynthesizer
.
-