From 1017b9b1893464b5924c4e6e25c4169cf660fe91 Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Tue, 1 Oct 2019 14:28:24 -0700 Subject: [PATCH] fix: hybrid glossary tutorial region tag (#334) * fix region tag * fix: region tag --- translate/hybridGlossaries.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translate/hybridGlossaries.js b/translate/hybridGlossaries.js index 9017c1b887f..92b282c0e69 100644 --- a/translate/hybridGlossaries.js +++ b/translate/hybridGlossaries.js @@ -162,7 +162,7 @@ async function main( } // [END translate_hybrid_translate] - // [START translate_hybrid_text_to_speech] + // [START translate_hybrid_tts] /** * Generates synthetic audio from plaintext tagged with SSML. * @@ -213,7 +213,7 @@ async function main( await writeFile(outFile, response.audioContent, 'binary'); console.log('Audio content written to file ' + outFile); } - // [END translate_hybrid_text_to_speech] + // [END translate_hybrid_tts] // [START translate_hybrid_integration] await createGlossary(glossaryLangs, projectId, glossaryName, glossaryUri);