@Implements(value=android.speech.tts.TextToSpeech.class) public class ShadowTextToSpeech extends Object
TextToSpeech.| Constructor and Description |
|---|
ShadowTextToSpeech() |
| Modifier and Type | Method and Description |
|---|---|
void |
__constructor__(android.content.Context context,
android.speech.tts.TextToSpeech.OnInitListener listener) |
void |
clearLastSpokenText() |
android.content.Context |
getContext() |
String |
getLastSpokenText() |
android.speech.tts.TextToSpeech.OnInitListener |
getOnInitListener() |
int |
getQueueMode() |
boolean |
isShutdown() |
void |
shutdown() |
int |
speak(String text,
int queueMode,
HashMap<String,String> params) |
public void __constructor__(android.content.Context context,
android.speech.tts.TextToSpeech.OnInitListener listener)
@Implementation public void shutdown()
public android.content.Context getContext()
public android.speech.tts.TextToSpeech.OnInitListener getOnInitListener()
public String getLastSpokenText()
public void clearLastSpokenText()
public boolean isShutdown()
public int getQueueMode()
Copyright © 2015. All rights reserved.