Lines Matching defs:speak

213      *         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(String, int, java.util.HashMap)
610 * @see TextToSpeech#speak(String, int, HashMap)
863 * {@link #speak(String, int, HashMap)} will play the specified sound resource
897 * {@link #speak(String, int, HashMap)} will play the specified sound resource
931 * After a call to this method, subsequent calls to {@link #speak(String, int, HashMap)}
953 * After a call to this method, subsequent calls to {@link #speak(String, int, HashMap)}
1082 * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the speak operation.
1084 public int speak(final CharSequence text,
1096 return service.speak(getCallerIdentity(), text, queueMode, getParams(params),
1100 }, ERROR, "speak");
1126 * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the speak operation.
1128 * {@link #speak(CharSequence, int, Bundle, String)}.
1131 public int speak(final String text, final int queueMode, final HashMap<String, String> params) {
1132 return speak(text, queueMode, convertParamsHashMaptoBundle(params),
1271 * {@link TextToSpeech#speak(String, int, java.util.HashMap)} and
2290 * Limit of length of input string passed to speak and synthesizeToFile.
2292 * @see #speak