Skip to content

Commit

Permalink
Merge pull request #78 from watson-developer-cloud/fix-rec-stream-jsdoc
Browse files Browse the repository at this point in the history
docs: fix jsdocs to use correct default for interim_results
  • Loading branch information
dpopp07 authored Aug 3, 2018
2 parents fc7414a + e344e76 commit 607021f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech-to-text/recognize-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var QUERY_PARAMS_ALLOWED = ['customization_id', 'acoustic_customization_id', 'mo
* @param {String} options.access_token - IAM Access Token for RC services
* @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)
* @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
* @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.
* @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.
* @param {Boolean} [options.word_confidence=false] - include confidence scores with results.
* @param {Boolean} [options.timestamps=false] - include timestamps with results.
* @param {Number} [options.max_alternatives=1] - maximum number of alternative transcriptions to include.
Expand Down

0 comments on commit 607021f

Please sign in to comment.