|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.implementation.jsapi10.JVoiceXmlSynthesizerModeDescFactory
public final class JVoiceXmlSynthesizerModeDescFactory
A SynthesizerModeDesc that can be read by the configuration.
This is mainly a storage for the settings that can be passed to the
constructor of a SynthesizerModeDesc which can be retrieved
by the factory method createDescriptor().
Copyright © 2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Constructor Summary | |
|---|---|
JVoiceXmlSynthesizerModeDescFactory()
|
|
| Method Summary | |
|---|---|
SynthesizerModeDesc |
createDescriptor()
Creates a new descriptor. |
void |
setEngineName(String name)
Sets the engine name. |
void |
setLocale(Locale loc)
Sets the locale. |
void |
setModeName(String name)
Sets the mode name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JVoiceXmlSynthesizerModeDescFactory()
| Method Detail |
|---|
public SynthesizerModeDesc createDescriptor()
createDescriptor in interface SynthesizerModeDescFactorypublic void setEngineName(String name)
name - the engine name to setpublic void setLocale(Locale loc)
loc - the locale to set.public void setModeName(String name)
name - the mode name to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||