Skip to content

Commit 580c31c

Browse files
committed
docs: change default value for interim_results in RecognizeStream
1 parent 866051e commit 580c31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/recognize-stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class RecognizeStream extends Duplex {
9898
* @param {String} [options.token] - Auth token
9999
* @param {Object} [options.headers] - Only works in Node.js, not in browsers. Allows for custom headers to be set, including an Authorization header (preventing the need for auth tokens)
100100
* @param {String} [options.content-type='audio/wav'] - content type of audio; can be automatically determined from file header in most cases. only wav, flac, ogg/opus, and webm are supported
101-
* @param {Boolean} [options.interim_results=true] - Send back non-final previews of each "sentence" as it is being processed. These results are ignored in text mode.
101+
* @param {Boolean} [options.interim_results=false] - Send back non-final previews of each "sentence" as it is being processed. These results are ignored in text mode.
102102
* @param {Boolean} [options.word_confidence=false] - include confidence scores with results.
103103
* @param {Boolean} [options.timestamps=false] - include timestamps with results.
104104
* @param {Number} [options.max_alternatives=1] - maximum number of alternative transcriptions to include.

0 commit comments

Comments
 (0)