File tree Expand file tree Collapse file tree 8 files changed +845
-7
lines changed
language_translator_identify Expand file tree Collapse file tree 8 files changed +845
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Node-RED Watson Nodes for IBM Bluemix
77
88<a href =" https://cla-assistant.io/watson-developer-cloud/node-red-node-watson " ><img src =" https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson " alt =" CLA assistant " /></a >
99
10+ ### New in version 0.4.36
11+ - New Node for Speech to Text Customizations - Initial support for corpus (sentances) training.
12+ - Added option to select Customization in Speech to Text Node.
13+
1014### New in version 0.4.35
1115- Fixed bug in Conversation node, when no msg.params defined.
1216
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-node-watson" ,
3- "version" : " 0.4.35 " ,
3+ "version" : " 0.4.36 " ,
44 "description" : " A collection of Node-RED nodes for IBM Watson services" ,
55 "dependencies" : {
66 "alchemy-api" : " ^1.3.0" ,
1111 "temp" : " ^0.8.3" ,
1212 "qs" : " 6.x" ,
1313 "image-type" : " ^2.0.2" ,
14- "watson-developer-cloud" : " ^2.14.3 " ,
14+ "watson-developer-cloud" : " ^2.15.2 " ,
1515 "kuromoji" : " ^0.0.5" ,
1616 "is-docx" : " ^0.0.3"
1717 },
5555 "watson-relationship-extraction-v1" : " services/relationship_extraction/v1.js" ,
5656 "watson-retrieve-and-rank-v1" : " services/retrieve_and_rank/v1.js" ,
5757 "watson-speech-to-text-v1" : " services/speech_to_text/v1.js" ,
58+ "watson-speech-to-text-corpus-builder-v1" : " services/speech_to_text/v1-corpus-builder.js" ,
5859 "watson-text-to-speech-v1" : " services/text_to_speech/v1.js" ,
5960 "watson-tone-analyzer-v3" : " services/tone_analyzer/v3.js" ,
6061 "watson-tradeoff-analytics-v1" : " services/tradeoff_analytics/v1.js" ,
Original file line number Diff line number Diff line change 3535</ script >
3636
3737< script type ="text/x-red " data-help-name ="watson-language-translator-identify ">
38- < p > Packaged in with release 0.4.35 of node-red-node-watson</ p >
38+ < p > Packaged in with release 0.4.36 of node-red-node-watson</ p >
3939 < p > The Watson Language Translator service can be used to identify languages used in a text input . < p >
4040 < p > Node input : </ p >
4141 < ul >
You can’t perform that action at this time.
0 commit comments