Skip to content

Commit

Permalink
fix typo in sample (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored and Ace Nassri committed Nov 17, 2022
1 parent cc47d0d commit 6687935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/recognize.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function asyncRecognizeGCS(gcsUri, encoding, sampleRateHertz, languageCode) {
* TODO(developer): Uncomment the following lines before running the sample.
*/
// const gcsUri = 'gs://my-bucket/audio.raw';
// const encoding = 'Eencoding of the audio file, e.g. LINEAR16';
// const encoding = 'Encoding of the audio file, e.g. LINEAR16';
// const sampleRateHertz = 16000;
// const languageCode = 'BCP-47 language code, e.g. en-US';

Expand Down

0 comments on commit 6687935

Please sign in to comment.