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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java223 * Keys for the parameters passed with speak commands, e.g.
229 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
489 // keys for the parameters passed with speak commands. Hidden keys are used internally
531 * @see TextToSpeech#speak(String, int, HashMap)
541 * @see TextToSpeech#speak(String, int, HashMap)
552 * @see TextToSpeech#speak(String, int, HashMap)
563 * @see TextToSpeech#speak(String, int, HashMap)
573 * @see TextToSpeech#speak(String, int, HashMap)
584 * @see TextToSpeech#speak(String, int, java.util.HashMap)
602 * @see TextToSpeech#speak(Strin
1094 public int speak(final CharSequence text, method in class:TextToSpeech
1141 public int speak(final String text, final int queueMode, final HashMap<String, String> params) { method in class:TextToSpeech
[all...]

Completed in 102 milliseconds