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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java57 * <p>A TextToSpeech instance can only be used to synthesize text once it has completed its
58 * initialization. Implement the {@link TextToSpeech.OnInitListener} to be
60 * When you are done using the TextToSpeech instance, call the {@link #shutdown()} method
61 * to release the native resources used by the TextToSpeech engine.
63 public class TextToSpeech { class
65 private static final String TAG = "TextToSpeech";
172 * Broadcast Action: The TextToSpeech synthesizer has completed processing
186 * TextToSpeech engine initialization.
190 * Called to signal the completion of the TextToSpeech engine initialization.
192 * @param status {@link TextToSpeech#SUCCES
695 public TextToSpeech(Context context, OnInitListener listener) { method in class:TextToSpeech
711 public TextToSpeech(Context context, OnInitListener listener, String engine) { method in class:TextToSpeech
721 public TextToSpeech(Context context, OnInitListener listener, String engine, method in class:TextToSpeech
[all...]

Completed in 533 milliseconds