Class TextEngineCentral
java.lang.Object
com.sun.speech.engine.synthesis.text.TextEngineCentral
Supports the JSAPI 1.0
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEngineList
createEngineList
(EngineModeDesc require) Returns a list containing a single reference to aTextSynthesizerModeDesc
if the required features match those of theTextSynthesizer
.
-
Constructor Details
-
TextEngineCentral
public TextEngineCentral()
-
-
Method Details
-
createEngineList
public EngineList createEngineList(EngineModeDesc require) Returns a list containing a single reference to aTextSynthesizerModeDesc
if the required features match those of theTextSynthesizer
.- Parameters:
require
- the required characteristics;null
always matches
-