Skip to content

Commit 421d7c6

Browse files
blechdomAce Nassri
authored and
Ace Nassri
committed
docs: fixed encoding typo (#263)
docs: Fixed Encoding Typo
1 parent 6693a4b commit 421d7c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

speech/recognize.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function syncRecognizeGCS(
8585
* TODO(developer): Uncomment the following lines before running the sample.
8686
*/
8787
// 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';
8989
// const sampleRateHertz = 16000;
9090
// const languageCode = 'BCP-47 language code, e.g. en-US';
9191

@@ -285,7 +285,7 @@ async function asyncRecognizeGCSWords(
285285
* TODO(developer): Uncomment the following lines before running the sample.
286286
*/
287287
// 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';
289289
// const sampleRateHertz = 16000;
290290
// const languageCode = 'BCP-47 language code, e.g. en-US';
291291

0 commit comments

Comments
 (0)