watson-developer-cloud / node-sdk

:comet: Node.js library to access IBM Watson services.
https://www.npmjs.com/package/ibm-watson
Apache License 2.0
1.48k stars 668 forks source link

[speech-to-text] customization_id does not work #337

Closed zywind closed 7 years ago

zywind commented 7 years ago

You need to add 'customization_id' to the QUERY_PARAMS_ALLOWED in the following line. https://github.com/watson-developer-cloud/node-sdk/blob/master/speech-to-text/recognize_stream.js#L30

I tested it. Once I have that there, customization works.

nfriedly commented 7 years ago

Right, thanks. Sorry your last ticket was closed prematurely.

Should be released in v2.9.1 once Travis CI is done.

zywind commented 7 years ago

v2.9.1 is still not released yet... any reason why?

nfriedly commented 7 years ago

Op, I'm sorry, I never pushed the tag, which is what triggers Travis to ship a new release. It's done now, though.