Skip to content

Commit 2f79942

Browse files
authored
Merge pull request #75 from watson-developer-cloud/recognize-stream-comments
remove incorrect default descriptions in jsdoc comments
2 parents e562e75 + 0886b04 commit 2f79942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

speech-to-text/recognize-stream.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ var QUERY_PARAMS_ALLOWED = ['customization_id', 'model', 'watson-token', 'access
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
6060
* @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.
61-
* @param {Boolean} [options.word_confidence=false] - include confidence scores with results. Defaults to true when in objectMode.
62-
* @param {Boolean} [options.timestamps=false] - include timestamps with results. Defaults to true when in objectMode.
63-
* @param {Number} [options.max_alternatives=1] - maximum number of alternative transcriptions to include. Defaults to 3 when in objectMode.
61+
* @param {Boolean} [options.word_confidence=false] - include confidence scores with results.
62+
* @param {Boolean} [options.timestamps=false] - include timestamps with results.
63+
* @param {Number} [options.max_alternatives=1] - maximum number of alternative transcriptions to include.
6464
* @param {Array<String>} [options.keywords] - a list of keywords to search for in the audio
6565
* @param {Number} [options.keywords_threshold] - Number between 0 and 1 representing the minimum confidence before including a keyword in the results. Required when options.keywords is set
6666
* @param {Number} [options.word_alternatives_threshold] - Number between 0 and 1 representing the minimum confidence before including an alternative word in the results. Must be set to enable word alternatives,

0 commit comments

Comments
 (0)