We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aab34 commit 762ca60Copy full SHA for 762ca60
texttospeech/cloud-client/src/main/java/com/example/texttospeech/SsmlAddresses.java
@@ -128,7 +128,7 @@ public static String textToSsml(String inputFile)
128
// Return the concatenated String of SSML
129
return ssml;
130
}
131
- // [START tts_ssml_address_ssml]
+ // [END tts_ssml_address_ssml]
132
133
// [START tts_ssml_address_test]
134
public static void main(String... args) throws Exception {
@@ -140,4 +140,4 @@ public static void main(String... args) throws Exception {
140
ssmlToAudio(ssml, outFile);
141
142
// [END tts_ssml_address_test]
143
-}
+}
0 commit comments