android.speech.tts
Interfaces
| SynthesisCallback | 
             A callback to return speech data synthesized by a text to speech engine.  | 
        
| OnInitListener | 
             Interface definition of a callback to be invoked indicating the completion of the TextToSpeech engine initialization.  | 
        
| OnUtteranceCompletedListener | 
             Listener that will be called when the TTS service has completed synthesizing an utterance.  | 
        
Classes
| SynthesisRequest | 
             Contains data required by engines to synthesize speech.  | 
        
| TextToSpeech | 
             Synthesizes speech from text for immediate playback or to create a sound file.  | 
        
| TextToSpeechService | 
             Abstract base class for TTS engine implementations.  | 
        
| UtteranceProgressListener | 
             Listener for events relating to the progress of an utterance through the synthesis queue.  | 
        
| Voice | 
             Characteristics and features of a Text-To-Speech Voice.  |