Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

fix: hybrid glossary tutorial region tag #334

Merged
merged 3 commits into from
Oct 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/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