diff --git a/texttospeech/beta/src/main/java/com/example/texttospeech/SynthesizeText.java b/texttospeech/beta/src/main/java/com/example/texttospeech/SynthesizeText.java index 028e67db5cd..22cf40d2232 100644 --- a/texttospeech/beta/src/main/java/com/example/texttospeech/SynthesizeText.java +++ b/texttospeech/beta/src/main/java/com/example/texttospeech/SynthesizeText.java @@ -83,7 +83,7 @@ public static void synthesizeText(String text) throws Exception { } // [END tts_synthesize_text] - // [START tts_synthesize_text_with_audio_profile] + // [START tts_synthesize_text_audio_profile_beta] /** * Demonstrates using the Text to Speech client with audio profiles to synthesize text or ssml * @@ -127,7 +127,7 @@ public static void synthesizeTextWithAudioProfile(String text, String effectsPro } } } - // [END tts_synthesize_text_with_audio_profile] + // [END tts_synthesize_text_audio_profile_beta] // [START tts_synthesize_ssml] /**