|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
CGSpeakableListener | Adds methods to the SpeakableListener interface to allow lip-sync events to be passed from a synthesizer. |
Class Summary | |
CGAudioManager | In addition to the functions offered by the javax.speech.AudioManager class, this class provides several methods for redirecting audio input/output. |
CGEngineCentral | This class provides the standard methods of the EngineCentral interface, but also allows synchronization with the AWT EventQueue to be turned on or off. |
CGEngineProperties | This class provides the standard methods of the EngineProperties interface, but also allows UI components specific to the Microsoft speech API to be displayed. |
CGResult | Implements both the FinalRuleResult and FinalDictationResult interfaces, as described in the JSAPI documentation, but adds two methods allowing the user to obtain the recognizer's confidence in it's estimate of the current result. |
CGResultAudioClip | Allows audio data from a recognized utterance to be played back or saved to a WAVE file. |
CGRuleGrammar | |
CGSpeakableAdapter | Provides default implementations of the CGSpeakableAdapter methods. |
CGSpeakableEvent | Extends SpeakableEvent to provide information on lip-sync events. |
SpeechEventThread | If CGEngineProperties.setEventsInNewThread enables speech events to be started each in a new thread, then the threads they are started in are all SpeechEventThreads. |
Version | Holds the current version in form of String fields |
The com.cloudgarden.speech package provides public access to a few classes which implement interfaces in the javax.speech packages but add a few additional functions.
CGAudioManager allows audio data to be sent to a Recognizer and redirected from a Synthesizer, with the help of the com.cloudgarden.speech.audio package.
CGEngineCentral allows synchronization with the AWT EventQueue to be turned on or off
CGEngineProperties allows UserInterface components specific to the Microsoft speech API to be displayed.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |