android.speech.tts
Class SynthesisRequest
java.lang.Object
android.speech.tts.SynthesisRequest
public final class SynthesisRequest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynthesisRequest
public SynthesisRequest(String text,
Bundle params)
getText
public String getText()
getLanguage
public String getLanguage()
getCountry
public String getCountry()
getVariant
public String getVariant()
getSpeechRate
public int getSpeechRate()
getPitch
public int getPitch()
getParams
public Bundle getParams()
Copyright © 2008-2012. All Rights Reserved.