Skip to content

Commit

Permalink
Fixed the wrong region tag (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
happyhuman authored Jul 2, 2018
1 parent 298563a commit dd6a1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions texttospeech/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

'use strict';

// [START vision_quickstart]
// [START texttospeech_quickstart]
const fs = require('fs');

// Imports the Google Cloud client library
Expand Down Expand Up @@ -52,4 +52,4 @@ client.synthesizeSpeech(request, (err, response) => {
console.log('Audio content written to file: output.mp3');
});
});
// [END vision_quickstart]
// [END texttospeech_quickstart]

0 comments on commit dd6a1bd

Please sign in to comment.