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 JustinBeckwith committed Dec 11, 2018
1 parent 96adced commit 1d81b61
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 1d81b61

Please sign in to comment.