Skip to content

Commit 607021f

Browse files
authored
Merge pull request #78 from watson-developer-cloud/fix-rec-stream-jsdoc
docs: fix jsdocs to use correct default for interim_results
2 parents fc7414a + e344e76 commit 607021f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech-to-text/recognize-stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var QUERY_PARAMS_ALLOWED = ['customization_id', 'acoustic_customization_id', 'mo
5757
* @param {String} options.access_token - IAM Access Token for RC services
5858
* @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)
5959
* @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
60-
* @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.
60+
* @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.
6161
* @param {Boolean} [options.word_confidence=false] - include confidence scores with results.
6262
* @param {Boolean} [options.timestamps=false] - include timestamps with results.
6363
* @param {Number} [options.max_alternatives=1] - maximum number of alternative transcriptions to include.

0 commit comments

Comments
 (0)