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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java213 * Keys for the parameters passed with speak commands, e.g.
219 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
479 // keys for the parameters passed with speak commands. Hidden keys are used internally
521 * @see TextToSpeech#speak(String, int, HashMap)
531 * @see TextToSpeech#speak(String, int, HashMap)
542 * @see TextToSpeech#speak(String, int, HashMap)
553 * @see TextToSpeech#speak(String, int, HashMap)
563 * @see TextToSpeech#speak(String, int, HashMap)
574 * @see TextToSpeech#speak(String, int, java.util.HashMap)
592 * @see TextToSpeech#speak(Strin
1084 public int speak(final CharSequence text, method in class:TextToSpeech
1131 public int speak(final String text, final int queueMode, final HashMap<String, String> params) { method in class:TextToSpeech
[all...]

Completed in 66 milliseconds