|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
TextEngineCentral()
|
Method Summary | |
javax.speech.EngineList |
createEngineList(javax.speech.EngineModeDesc require)
Returns a list containing a single reference to a TextSynthesizerModeDesc
if the required features match those of the
TextSynthesizer . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextEngineCentral()
Method Detail |
public javax.speech.EngineList createEngineList(javax.speech.EngineModeDesc require)
TextSynthesizerModeDesc
if the required features match those of the
TextSynthesizer
.
createEngineList
in interface javax.speech.EngineCentral
require
- the required characteristics; null
always matches
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |