|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.implementation.jsapi10.jvxml.Sphinx4EngineCentral
public final class Sphinx4EngineCentral
JSAPI wrapper for sphinx4.
Copyright © 2005-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Constructor Summary | |
|---|---|
Sphinx4EngineCentral()
Construct a new object. |
|
| Method Summary | |
|---|---|
EngineList |
createEngineList(EngineModeDesc engineModeDesc)
Create an EngineList containing an EngineModeDesc for each mode of operation of a speech engine that matches a set of required features. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sphinx4EngineCentral()
| Method Detail |
|---|
public EngineList createEngineList(EngineModeDesc engineModeDesc)
RecognizerModeDesc or SynthesizerModeDesc and
must implement the EngineCreate interface.
The Central class ensures that the require parameter is an instance of
either RecognizerModeDesc or
SynthesizerModeDesc. This enables the EngineCentral to
optimize its search for either recognizers or synthesizers.
Returns null if no engines are available or if none meet
the specified requirements.
The returned list should indicate the list of modes available at the time of the call (the list may change over time). The engine can create the list at the time of the call or it may be pre-stored.
createEngineList in interface EngineCentralengineModeDesc - Descriptor with search parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||