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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java229 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
554 * @see TextToSpeech#synthesizeToFile(String, HashMap, String)
585 * @see TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)
603 * @see TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)
1282 * {@link TextToSpeech#synthesizeToFile(String, java.util.HashMap, String)}.
1817 * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the synthesizeToFile operation.
1819 public int synthesizeToFile(final CharSequence text, final Bundle params, method in class:TextToSpeech
1847 }, ERROR, "synthesizeToFile");
1871 * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the synthesizeToFile operation.
1873 * {@link #synthesizeToFile(CharSequenc
1876 public int synthesizeToFile(final String text, final HashMap<String, String> params, method in class:TextToSpeech
[all...]

Completed in 68 milliseconds