File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ async function syncRecognizeGCS(
85
85
* TODO(developer): Uncomment the following lines before running the sample.
86
86
*/
87
87
// const gcsUri = 'gs://my-bucket/audio.raw';
88
- // const encoding = 'Eencoding of the audio file, e.g. LINEAR16';
88
+ // const encoding = 'Encoding of the audio file, e.g. LINEAR16';
89
89
// const sampleRateHertz = 16000;
90
90
// const languageCode = 'BCP-47 language code, e.g. en-US';
91
91
@@ -285,7 +285,7 @@ async function asyncRecognizeGCSWords(
285
285
* TODO(developer): Uncomment the following lines before running the sample.
286
286
*/
287
287
// const gcsUri = 'gs://my-bucket/audio.raw';
288
- // const encoding = 'Eencoding of the audio file, e.g. LINEAR16';
288
+ // const encoding = 'Encoding of the audio file, e.g. LINEAR16';
289
289
// const sampleRateHertz = 16000;
290
290
// const languageCode = 'BCP-47 language code, e.g. en-US';
291
291
You can’t perform that action at this time.
0 commit comments