Skip to content

Commit 29e78b1

Browse files
committed
Add French as option to Visual Recognition
1 parent 6b0f2f6 commit 29e78b1

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

services/visual_recognition/v3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
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>

services/visual_recognition/v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)