Skip to content

Commit 21f9931

Browse files
leahecoleAce Nassri
authored and
Ace Nassri
committed
fix: hybrid glossary tutorial region tag (#334)
* fix region tag * fix: region tag
1 parent 1110418 commit 21f9931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translate/hybridGlossaries.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async function main(
162162
}
163163
// [END translate_hybrid_translate]
164164

165-
// [START translate_hybrid_text_to_speech]
165+
// [START translate_hybrid_tts]
166166
/**
167167
* Generates synthetic audio from plaintext tagged with SSML.
168168
*
@@ -213,7 +213,7 @@ async function main(
213213
await writeFile(outFile, response.audioContent, 'binary');
214214
console.log('Audio content written to file ' + outFile);
215215
}
216-
// [END translate_hybrid_text_to_speech]
216+
// [END translate_hybrid_tts]
217217

218218
// [START translate_hybrid_integration]
219219
await createGlossary(glossaryLangs, projectId, glossaryName, glossaryUri);

0 commit comments

Comments
 (0)