Fix Javadoc error
This fixes an error introduced with I180296d413a18301cead1c8e3212de2bd0c7e32d Change-Id: I06512a0fb388738fae5bba5540189095f23f1e2a
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user