|
JSAPI 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EngineMode | |
---|---|
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 EngineMode in javax.speech |
---|
Methods in javax.speech that return EngineMode | |
---|---|
EngineMode |
EngineList.elementAt(int index)
Returns the EngineMode at the specified index . |
EngineMode |
Engine.getEngineMode()
Returns the operating modes of this Engine . |
Methods in javax.speech with parameters of type EngineMode | |
---|---|
boolean |
EngineList.anyMatch(EngineMode require)
Returns true if one or more EngineMode in the
EngineList match the require d features. |
static EngineList |
EngineManager.availableEngines(EngineMode required)
Lists available EngineMode objects
that match the required features. |
static Engine |
EngineManager.createEngine(EngineMode required)
Creates an Engine with specified required features. |
boolean |
EngineMode.match(EngineMode require)
Determines whether an EngineMode has all the features
defined in the require object. |
void |
EngineList.orderByMatch(EngineMode require)
Orders this list so that elements matching the require d features
are at the head of the list, and others are at the end. |
void |
EngineList.rejectMatch(EngineMode reject)
Removes EngineMode entries from the list
that match reject . |
void |
EngineList.requireMatch(EngineMode require)
Removes EngineMode entries from the list that
do not match require . |
Constructors in javax.speech with parameters of type EngineMode | |
---|---|
EngineList(EngineMode[] features)
Constructs the initial EngineList . |
Uses of EngineMode in javax.speech.recognition |
---|
Subclasses of EngineMode in javax.speech.recognition | |
---|---|
class |
RecognizerMode
Provides information about a specific operating mode of a Recognizer . |
Methods in javax.speech.recognition with parameters of type EngineMode | |
---|---|
boolean |
RecognizerMode.match(EngineMode require)
Determines whether a RecognizerMode has all the features defined
in the require object. |
Uses of EngineMode in javax.speech.spi |
---|
Methods in javax.speech.spi with parameters of type EngineMode | |
---|---|
EngineList |
EngineListFactory.createEngineList(EngineMode required)
Creates an EngineList containing an EngineMode
for each mode of operation of a speech Engine that matches
a set of required features. |
Uses of EngineMode in javax.speech.synthesis |
---|
Subclasses of EngineMode in javax.speech.synthesis | |
---|---|
class |
SynthesizerMode
Provides information about a specific operating mode of a Synthesizer . |
Methods in javax.speech.synthesis with parameters of type EngineMode | |
---|---|
boolean |
SynthesizerMode.match(EngineMode require)
Determines whether a SynthesizerMode has all the features
specified by the require object. |
|
JSAPI 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
JavaTM Speech API 2.0,
Final Release v2.0.6.
© 2008, Conversay and Sun Microsystems.