org.jvoicexml.implementation.jsapi10.jvxml
Class Sphinx4RecognizerModeDesc
java.lang.Object
javax.speech.EngineModeDesc
javax.speech.recognition.RecognizerModeDesc
org.jvoicexml.implementation.jsapi10.jvxml.Sphinx4RecognizerModeDesc
- All Implemented Interfaces:
- EngineCreate
public final class Sphinx4RecognizerModeDesc
- extends RecognizerModeDesc
- implements EngineCreate
JSAPI wrapper for sphinx4.
- Version:
- $Revision: 182 $
Copyright © 2005-2006 JVoiceXML group -
http://jvoicexml.sourceforge.net/
- Author:
- Dirk Schnelle
|
Method Summary |
Engine |
createEngine()
Create an engine with the properties specified by this object. |
Sphinx4RecognizerModeDesc
public Sphinx4RecognizerModeDesc()
- Construct a new object.
createEngine
public Engine createEngine()
throws EngineException
- Create an engine with the properties specified by this object. A new
engine should be created in the
DEALLOCATED state.
- Specified by:
createEngine in interface EngineCreate
- Returns:
- The created engine.
- Throws:
EngineException - The engine defined by this EngineModeDesc could not be properly
created.
Copyright © 2005-2007 JVoiceXML group.