Skip to content

Commit dd6a1bd

Browse files
authored
Fixed the wrong region tag (#46)
1 parent 298563a commit dd6a1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

texttospeech/quickstart.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
'use strict';
1717

18-
// [START vision_quickstart]
18+
// [START texttospeech_quickstart]
1919
const fs = require('fs');
2020

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

0 commit comments

Comments
 (0)