Searched defs:TextToSpeech (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java38 * <p>A TextToSpeech instance can only be used to synthesize text once it has completed its
39 * initialization. Implement the {@link TextToSpeech.OnInitListener} to be
41 * When you are done using the TextToSpeech instance, call the {@link #shutdown()} method
42 * to release the native resources used by the TextToSpeech engine.
45 public class TextToSpeech { class
98 * Broadcast Action: The TextToSpeech synthesizer has completed processing
108 * TextToSpeech engine initialization.
112 * Called to signal the completion of the TextToSpeech engine initialization.
113 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERRO
364 public TextToSpeech(Context context, OnInitListener listener) { method in class:TextToSpeech
[all...]

Completed in 14 milliseconds