Example usage for Java android.speech.tts SynthesisRequest fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getCountry() Gets the ISO 3-letter country code for the language to use. |
String | getLanguage() Gets the ISO 3-letter language code for the language to use. |
int | getPitch() Gets the pitch to use. |
int | getSpeechRate() Gets the speech rate to use. |
String | getText() Gets the text which should be synthesized. |
String | getVariant() Gets the language variant to use. |
String | getVoiceName() Gets the name of the voice to use. |