Skip to content

Commit 276e5f7

Browse files
committed
doc and changelog for customization_id
1 parent a7b45aa commit 276e5f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### v0.20
44
* Documented RecognizeStream's options.token
5-
5+
* Added support for customization_id in SDK (not yet supported in public STT service)
66

77
### v0.19
88
* Added support for STT's `smart_formatting` option

speech-to-text/recognize-stream.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ var QUERY_PARAMS_ALLOWED = ['customization_id',' model', 'watson-token']; // , '
124124
* @param {Boolean} [options.readableObjectMode=false] - emit `result` objects instead of string Buffers for the `data` events. Changes several other defaults.
125125
* @param {Number} [options.X-WDC-PL-OPT-OUT=0] - set to 1 to opt-out of allowing Watson to use this request to improve it's services
126126
* @param {Boolean} [options.smart_formatting=false] - formats numeric values such as dates, times, currency, etc.
127+
* @param {String} [options.customization_id] - not yet supported on the public STT service
127128
*
128129
* @constructor
129130
*/

0 commit comments

Comments
 (0)