org.jvoicexml.implementation.jsapi10.jvxml
Class Sphinx4RecognizerModeDesc

java.lang.Object
  extended by javax.speech.EngineModeDesc
      extended by javax.speech.recognition.RecognizerModeDesc
          extended by 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

Constructor Summary
Sphinx4RecognizerModeDesc()
          Construct a new object.
 
Method Summary
 Engine createEngine()
          Create an engine with the properties specified by this object.
 
Methods inherited from class javax.speech.recognition.RecognizerModeDesc
addSpeakerProfile, equals, getSpeakerProfiles, getSpeakerProfilesImpl, isDictationGrammarSupported, match, setDictationGrammarSupported, setSpeakerProfiles
 
Methods inherited from class javax.speech.EngineModeDesc
getEngineName, getLocale, getModeName, getRunning, setEngineName, setLocale, setModeName, setRunning
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sphinx4RecognizerModeDesc

public Sphinx4RecognizerModeDesc()
Construct a new object.

Method Detail

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.