android.speech.tts
Class SynthesisRequest

java.lang.Object
  extended by android.speech.tts.SynthesisRequest

public final class SynthesisRequest
extends Object


Constructor Summary
SynthesisRequest(String text, Bundle params)
           
 
Method Summary
 String getCountry()
           
 String getLanguage()
           
 Bundle getParams()
           
 int getPitch()
           
 int getSpeechRate()
           
 String getText()
           
 String getVariant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynthesisRequest

public SynthesisRequest(String text,
                        Bundle params)
Method Detail

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.