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

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

Completed in 5 milliseconds