File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Node-RED Watson Nodes for IBM Bluemix
33
44[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/e157cf8407f2442396789dc78075340a )] ( https://www.codacy.com/app/rezgui-y/node-red-node-watson )
55
6+ ### New in next version
7+ - The transcription returned for the Speech to Text node now returns full (untruncated) transcription. The
8+ alternatives are returned in msg.fullresult. The dialog now loads available models dynamically. This will
9+ allow new speech models to be identified without requiring a further code change.
10+
611### New in version 0.4.1
712- AlchemyAPI Image Analysis and Language nodes migrated from old Alchemy SDK to current
813Watson Developer Cloud SDK for Node.js
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-node-watson" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " A collection of Node-RED nodes for IBM Watson services" ,
55 "dependencies" : {
66 "alchemy-api" : " ^1.3.0" ,
You can’t perform that action at this time.
0 commit comments