File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
services/visual_recognition Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ Node-RED Watson Nodes for IBM Cloud
1515- Rename Conversation Nodes to Assistant
1616- Use Assistant endpoint
1717- Move all Assistant calls to latest API version - 2018-02-16
18+ - Move all Visual Recognition calls to lates API version - 2018-03-19
19+ - Add French as a Visual Recognition classification response language
1820
1921### New in version 0.6.7
2022- Enable Opt-out option for Conversation Node.
Original file line number Diff line number Diff line change 4141 < option selected = "selected" value = "en" > English</ option >
4242 < option value = "es" > Spanish</ option >
4343 < option value = "de" > German</ option >
44+ < option value = "fr" > French</ option >
4445 < option value = "it" > Italian</ option >
4546 < option value = "ar" > Arabic</ option >
4647 < option value = "ja" > Japanese</ option >
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ module.exports = function(RED) {
144144
145145 var serviceSettings = {
146146 api_key : node . apikey ,
147- version_date : VisualRecognitionV3 . VERSION_DATE_2016_05_20 ,
147+ version_date : '2018-03-19' ,
148148 headers : {
149149 'User-Agent' : pkg . name + '-' + pkg . version
150150 }
You can’t perform that action at this time.
0 commit comments