Skip to content

Commit 7e5b3d8

Browse files
author
Luke Sneeringer
committed
Fix two more examples.
1 parent 74dd643 commit 7e5b3d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/speech/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ Speech.prototype.operation = function(name) {
597597
* //-
598598
* var config = {
599599
* encoding: 'LINEAR16',
600+
* languageCode: 'en-US',
600601
* sampleRateHertz: 16000,
601602
* verbose: true
602603
* };
@@ -752,6 +753,7 @@ Speech.prototype.recognize = function(file, config, callback) {
752753
* //-
753754
* var config = {
754755
* encoding: 'LINEAR16',
756+
* languageCode: 'en-US',
755757
* sampleRateHertz: 16000,
756758
* verbose: true
757759
* };

0 commit comments

Comments
 (0)