diff options
Diffstat (limited to 'core/java/android/speech/tts')
| -rw-r--r-- | core/java/android/speech/tts/SynthesisCallback.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/speech/tts/SynthesisCallback.java b/core/java/android/speech/tts/SynthesisCallback.java index 6037de2..bc2f239 100644 --- a/core/java/android/speech/tts/SynthesisCallback.java +++ b/core/java/android/speech/tts/SynthesisCallback.java @@ -116,7 +116,7 @@ public interface SynthesisCallback { * fallback is happening. * * Fallback can be requested by the client by setting - * {@link TextToSpeechClient.Params#FALLBACK_VOICE_ID} voice parameter with a id of + * {@link TextToSpeechClient.Params#FALLBACK_VOICE_NAME} voice parameter with a id of * the voice that is expected to be used for the fallback. * * This method will fail if user called {@link #start(int, int, int)} and/or @@ -152,4 +152,4 @@ public interface SynthesisCallback { * Useful for checking if a fallback from network request is possible. */ public boolean hasFinished(); -}
\ No newline at end of file +} |
