From dd6a1bdcf8e2f754f46788da6fceeff1ce02b748 Mon Sep 17 00:00:00 2001 From: Shahin Date: Mon, 2 Jul 2018 09:18:54 -0700 Subject: [PATCH] Fixed the wrong region tag (#46) --- texttospeech/quickstart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texttospeech/quickstart.js b/texttospeech/quickstart.js index d31762d4dd..1bce291e8b 100644 --- a/texttospeech/quickstart.js +++ b/texttospeech/quickstart.js @@ -15,7 +15,7 @@ 'use strict'; -// [START vision_quickstart] +// [START texttospeech_quickstart] const fs = require('fs'); // Imports the Google Cloud client library @@ -52,4 +52,4 @@ client.synthesizeSpeech(request, (err, response) => { console.log('Audio content written to file: output.mp3'); }); }); -// [END vision_quickstart] +// [END texttospeech_quickstart]