Skip to content

Commit 852ff05

Browse files
authored
TTS region tag update (GoogleCloudPlatform#1190)
1 parent f2a8e15 commit 852ff05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

texttospeech/beta/src/main/java/com/example/texttospeech/SynthesizeText.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void synthesizeText(String text) throws Exception {
8383
}
8484
// [END tts_synthesize_text]
8585

86-
// [START tts_synthesize_text_with_audio_profile]
86+
// [START tts_synthesize_text_audio_profile_beta]
8787
/**
8888
* Demonstrates using the Text to Speech client with audio profiles to synthesize text or ssml
8989
*
@@ -127,7 +127,7 @@ public static void synthesizeTextWithAudioProfile(String text, String effectsPro
127127
}
128128
}
129129
}
130-
// [END tts_synthesize_text_with_audio_profile]
130+
// [END tts_synthesize_text_audio_profile_beta]
131131

132132
// [START tts_synthesize_ssml]
133133
/**

0 commit comments

Comments
 (0)