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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java53 * <p>A TextToSpeech instance can only be used to synthesize text once it has completed its
54 * initialization. Implement the {@link TextToSpeech.OnInitListener} to be
56 * When you are done using the TextToSpeech instance, call the {@link #shutdown()} method
57 * to release the native resources used by the TextToSpeech engine.
59 public class TextToSpeech { class
61 private static final String TAG = "TextToSpeech";
162 * Broadcast Action: The TextToSpeech synthesizer has completed processing
176 * TextToSpeech engine initialization.
180 * Called to signal the completion of the TextToSpeech engine initialization.
182 * @param status {@link TextToSpeech#SUCCES
685 public TextToSpeech(Context context, OnInitListener listener) { method in class:TextToSpeech
701 public TextToSpeech(Context context, OnInitListener listener, String engine) { method in class:TextToSpeech
711 public TextToSpeech(Context context, OnInitListener listener, String engine, method in class:TextToSpeech
[all...]

Completed in 88 milliseconds