|
JSAPI 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EngineException | |
---|---|
javax.speech | Provides interfaces and classes for connecting to speech Engine s. |
javax.speech.recognition | Provides interfaces and classes for using speech Recognizer s. |
javax.speech.spi | Provides interfaces for implementing speech Engine s. |
javax.speech.synthesis | Provides interfaces and classes for using speech Synthesizer s. |
Uses of EngineException in javax.speech |
---|
Methods in javax.speech that throw EngineException | |
---|---|
void |
Engine.allocate()
Allocates the resources required for this Engine and puts it into
the ALLOCATED state. |
void |
Engine.allocate(int mode)
Allocates the resources required for this Engine
using the mode specified
and puts it into the ALLOCATED state. |
static Engine |
EngineManager.createEngine(EngineMode required)
Creates an Engine with specified required features. |
void |
Engine.deallocate()
Deallocates the resources acquired for this Engine
and returns it to the DEALLOCATED state. |
void |
Engine.deallocate(int mode)
Deallocates the resources acquired for this Engine
using the mode specified
and returns it to the DEALLOCATED state. |
static void |
EngineManager.registerEngineListFactory(String className)
Registers a speech Engine implementation with the
EngineManager for use by the current application. |
Uses of EngineException in javax.speech.recognition |
---|
Methods in javax.speech.recognition that throw EngineException | |
---|---|
void |
Recognizer.allocate()
Allocates the resources required for this Engine and puts it into
the ALLOCATED state. |
void |
Recognizer.allocate(int mode)
Allocates the resources required for this Engine
using the mode specified
and puts it into the ALLOCATED state. |
RuleGrammar |
GrammarManager.createRuleGrammar(String grammarReference,
String rootName)
Creates a new RuleGrammar for this GrammarManager with
the specified grammarReference and rootName . |
RuleGrammar |
GrammarManager.createRuleGrammar(String grammarReference,
String rootName,
SpeechLocale locale)
Creates a new RuleGrammar for this GrammarManager
with the specified grammarReference , rootName ,
and locale . |
void |
Recognizer.deallocate()
Deallocates the resources acquired for this Engine
and returns it to the DEALLOCATED state. |
void |
Recognizer.deallocate(int mode)
Deallocates the resources acquired for this Engine
using the mode specified
and returns it to the DEALLOCATED state. |
Grammar |
GrammarManager.loadGrammar(String grammarReference,
String mediaType)
Loads a Grammar from a URI or named resource. |
Grammar |
GrammarManager.loadGrammar(String grammarReference,
String mediaType,
boolean loadReferences,
boolean reloadReferences,
Vector loadedGrammars)
Loads a Grammar from a URI or named resource
with options for loading any referenced Grammar s. |
Grammar |
GrammarManager.loadGrammar(String grammarReference,
String mediaType,
InputStream byteStream,
String encoding)
Loads a Grammar from grammar text provided by
an InputStream . |
Grammar |
GrammarManager.loadGrammar(String grammarReference,
String mediaType,
Reader charStream)
Loads a Grammar from grammar text provided by
a Reader . |
Grammar |
GrammarManager.loadGrammar(String grammarReference,
String mediaType,
String grammarText)
Loads a RuleGrammar from grammar text provided
as a String . |
Uses of EngineException in javax.speech.spi |
---|
Methods in javax.speech.spi that throw EngineException | |
---|---|
Engine |
EngineFactory.createEngine()
Creates an Engine with the features specified
by the EngineMode object implementing this interface. |
Uses of EngineException in javax.speech.synthesis |
---|
Methods in javax.speech.synthesis that throw EngineException | |
---|---|
void |
Synthesizer.allocate()
Allocates the resources required for this Engine and puts it into
the ALLOCATED state. |
void |
Synthesizer.allocate(int mode)
Allocates the resources required for this Engine
using the mode specified
and puts it into the ALLOCATED state. |
void |
Synthesizer.deallocate()
Deallocates the resources acquired for this Engine
and returns it to the DEALLOCATED state. |
void |
Synthesizer.deallocate(int mode)
Deallocates the resources acquired for this Engine
using the mode specified
and returns it to the DEALLOCATED state. |
|
JSAPI 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
JavaTM Speech API 2.0,
Final Release v2.0.6.
© 2008, Conversay and Sun Microsystems.