diff --git a/texttospeech/snippets/src/main/java/com/example/texttospeech/SynthesizeText.java b/texttospeech/snippets/src/main/java/com/example/texttospeech/SynthesizeText.java index 9e5f00484dc..5345c4b038a 100644 --- a/texttospeech/snippets/src/main/java/com/example/texttospeech/SynthesizeText.java +++ b/texttospeech/snippets/src/main/java/com/example/texttospeech/SynthesizeText.java @@ -75,9 +75,9 @@ public static ByteString synthesizeText(String text) throws Exception { } } } + // [END tts_synthesize_text] - // [START tts_synthesize_text_audio_profile] /** * Demonstrates using the Text to Speech client with audio profiles to synthesize text or ssml * @@ -122,7 +122,6 @@ public static ByteString synthesizeTextWithAudioProfile(String text, String effe } } } - // [END tts_synthesize_text_audio_profile] // [START tts_synthesize_ssml] /**