Skip to content

Commit

Permalink
docs: fixed encoding typo (#263)
Browse files Browse the repository at this point in the history
docs: Fixed Encoding Typo
  • Loading branch information
blechdom authored and Ace Nassri committed Nov 17, 2022
1 parent 6693a4b commit 421d7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speech/recognize.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async function syncRecognizeGCS(
* 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 Expand Up @@ -285,7 +285,7 @@ async function asyncRecognizeGCSWords(
* 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 421d7c6

Please sign in to comment.