Skip to content

Commit

Permalink
fix: hybrid glossary tutorial region tag (#334)
Browse files Browse the repository at this point in the history
* fix region tag

* fix: region tag
  • Loading branch information
leahecole authored and Ace Nassri committed Nov 17, 2022
1 parent 4696a99 commit 1017b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translate/hybridGlossaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 1017b9b

Please sign in to comment.