FileDocCategorySizeDatePackage
TextToSpeechService.javaAPI DocAndroid 5.1 API1522Sat Mar 14 14:09:38 GMT 2015android.speech.tts

TextToSpeechService

public abstract class TextToSpeechService extends android.app.Service

Fields Summary
Constructors Summary
public TextToSpeechService()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.os.IBinderonBind(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidonCreate()

 throw new RuntimeException("Stub!"); 
public voidonDestroy()

 throw new RuntimeException("Stub!"); 
public java.lang.StringonGetDefaultVoiceNameFor(java.lang.String lang, java.lang.String country, java.lang.String variant)

 throw new RuntimeException("Stub!"); 
protected java.util.SetonGetFeaturesForLanguage(java.lang.String lang, java.lang.String country, java.lang.String variant)

 throw new RuntimeException("Stub!"); 
protected abstract java.lang.String[]onGetLanguage()

public java.util.ListonGetVoices()

 throw new RuntimeException("Stub!"); 
protected abstract intonIsLanguageAvailable(java.lang.String lang, java.lang.String country, java.lang.String variant)

public intonIsValidVoiceName(java.lang.String voiceName)

 throw new RuntimeException("Stub!"); 
protected abstract intonLoadLanguage(java.lang.String lang, java.lang.String country, java.lang.String variant)

public intonLoadVoice(java.lang.String voiceName)

 throw new RuntimeException("Stub!"); 
protected abstract voidonStop()

protected abstract voidonSynthesizeText(android.speech.tts.SynthesisRequest request, android.speech.tts.SynthesisCallback callback)