Java android.speech.tts SynthesisRequest fields, constructors, methods, implement or subclass

Example usage for Java android.speech.tts SynthesisRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.speech.tts SynthesisRequest.

The text is from its open source code.

Method

StringgetCountry()
Gets the ISO 3-letter country code for the language to use.
StringgetLanguage()
Gets the ISO 3-letter language code for the language to use.
intgetPitch()
Gets the pitch to use.
intgetSpeechRate()
Gets the speech rate to use.
StringgetText()
Gets the text which should be synthesized.
StringgetVariant()
Gets the language variant to use.
StringgetVoiceName()
Gets the name of the voice to use.