|
JSAPI 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Engine | |
---|---|
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 Engine in javax.speech |
---|
Methods in javax.speech that return Engine | |
---|---|
static Engine |
EngineManager.createEngine(EngineMode required)
Creates an Engine with specified required features. |
Constructors in javax.speech with parameters of type Engine | |
---|---|
AudioEvent(Engine source,
int id)
Constructs an AUDIO_STARTED or AUDIO_STOPPED
AudioEvent . |
|
AudioEvent(Engine source,
int id,
int audioLevel)
Constructs an AUDIO_LEVEL AudioEvent . |
|
AudioEvent(Engine source,
int id,
String locator)
Constructs an AUDIO_CHANGED AudioEvent . |
|
EngineEvent(Engine source,
int id,
long oldEngineState,
long newEngineState,
Throwable problem)
Constructs an EngineEvent to indicate a change in state. |
Uses of Engine in javax.speech.recognition |
---|
Subinterfaces of Engine in javax.speech.recognition | |
---|---|
interface |
Recognizer
Provides access to speech recognition capabilities. |
Uses of Engine in javax.speech.spi |
---|
Methods in javax.speech.spi that return Engine | |
---|---|
Engine |
EngineFactory.createEngine()
Creates an Engine with the features specified
by the EngineMode object implementing this interface. |
Uses of Engine in javax.speech.synthesis |
---|
Subinterfaces of Engine in javax.speech.synthesis | |
---|---|
interface |
Synthesizer
Provides primary access to speech synthesis capabilities. |
|
JSAPI 2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
JavaTM Speech API 2.0,
Final Release v2.0.6.
© 2008, Conversay and Sun Microsystems.