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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java51 * <p>A TextToSpeech instance can only be used to synthesize text once it has completed its
52 * initialization. Implement the {@link TextToSpeech.OnInitListener} to be
54 * When you are done using the TextToSpeech instance, call the {@link #shutdown()} method
55 * to release the native resources used by the TextToSpeech engine.
58 public class TextToSpeech { class
60 private static final String TAG = "TextToSpeech";
119 * Broadcast Action: The TextToSpeech synthesizer has completed processing
133 * TextToSpeech engine initialization.
137 * Called to signal the completion of the TextToSpeech engine initialization.
139 * @param status {@link TextToSpeech#SUCCES
567 public TextToSpeech(Context context, OnInitListener listener) { method in class:TextToSpeech
583 public TextToSpeech(Context context, OnInitListener listener, String engine) { method in class:TextToSpeech
593 public TextToSpeech(Context context, OnInitListener listener, String engine, method in class:TextToSpeech
[all...]

Completed in 53 milliseconds