Class TextEngineCentral
- java.lang.Object
-
- com.sun.speech.engine.synthesis.text.TextEngineCentral
-
public class TextEngineCentral extends java.lang.ObjectSupports the JSAPI 1.0EngineCentralinterface for a synthesizer that sends text to standard out. Place the following line into thespeech.propertiesfile so that aTextSynthesizercan 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 EngineListcreateEngineList(EngineModeDesc require)Returns a list containing a single reference to aTextSynthesizerModeDescif the required features match those of theTextSynthesizer.
-