Skip to content

Commit e1fabd1

Browse files
committed
comment correction
1 parent 1bdec93 commit e1fabd1

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
@@ -69,7 +69,7 @@ var QUERY_PARAMS_ALLOWED = ['customization_id', 'model', 'watson-token', 'X-Wats
6969
* @param {Boolean} [options.objectMode=false] - alias for options.readableObjectMode
7070
* @param {Number} [options.X-Watson-Learning-Opt-Out=false] - set to true to opt-out of allowing Watson to use this request to improve it's services
7171
* @param {Boolean} [options.smart_formatting=false] - formats numeric values such as dates, times, currency, etc.
72-
* @param {String} [options.customization_id] - not yet supported on the public STT service
72+
* @param {String} [options.customization_id] - Customization ID
7373
*
7474
* @constructor
7575
*/

0 commit comments

Comments
 (0)