|
35 | 35 | </script> |
36 | 36 |
|
37 | 37 | <script type="text/x-red" data-help-name="watson-visual-recognition"> |
38 | | - <p><b>NB:</b> This node uses the old beta API and it is only being retained for backward compatibility for anyone that has an olde AlchemyAPI key. It will no longer work with new AlchemyAPI keys.</p> |
| 38 | + <p><b>NB:</b> This node uses the old beta API and it is only being retained for backward compatibility for |
| 39 | + anyone that has an Visual Recognition credentials. |
| 40 | + It will no longer work with new Visual Recognition keys.</p> |
39 | 41 | <br/> |
40 | 42 | <p>The Visual Recognition service analyses images to understand their contents.</p> |
41 | 43 | <p>The image to be analysed should be passed in on <code>msg.payload</code>.</p> |
|
51 | 53 | <script type="text/javascript"> |
52 | 54 | (function() { |
53 | 55 | RED.nodes.registerType('watson-visual-recognition', { |
54 | | - category: 'IBM Watson', |
| 56 | + category: 'Watson Deprecated', |
55 | 57 | defaults: { |
56 | 58 | name: {value: ""}, |
57 | 59 | }, |
|
117 | 119 | } |
118 | 120 |
|
119 | 121 | RED.nodes.registerType('watson-visual-util',{ |
120 | | - category: 'IBM_Watson', |
| 122 | + category: 'Watson Deprecated', |
121 | 123 | color: '#FFFF80', |
122 | 124 | defaults: { |
123 | 125 | name: {value:""}, |
|
227 | 229 | }); |
228 | 230 |
|
229 | 231 | RED.nodes.registerType('watson-visual-training',{ |
230 | | - category: 'IBM_Watson', |
| 232 | + category: 'Watson Deprecated', |
231 | 233 | color: '#FFFF80', |
232 | 234 | defaults: { |
233 | 235 | name: {value:""}, |
|
356 | 358 | </script> |
357 | 359 |
|
358 | 360 | <script type="text/x-red" data-help-name="watson-visual-util"> |
359 | | - <p><b>NB:</b> This node uses the old beta API and it is only being retained for backward compatibility for anyone that has an olde AlchemyAPI key. It will no longer work with new AlchemyAPI keys.</p> |
| 361 | + <p><b>NB:</b> This node uses the old beta API and it is only being retained for backward compatibility for |
| 362 | + anyone that has an Visual Recognition credentials. |
| 363 | + It will no longer work with new Visual Recognition keys.</p> |
360 | 364 | <br/> |
361 | 365 | <p>A node for managing the classifiers in the Visual Recognition service in Watson</p> |
362 | 366 | <p>More information about this service can be found in the |
|
392 | 396 | </script> |
393 | 397 |
|
394 | 398 | <script type="text/x-red" data-help-name="watson-visual-training"> |
| 399 | + <p><b>NB:</b> This node uses the old beta API and it is only being retained for backward compatibility for |
| 400 | + anyone that has an Visual Recognition credentials. |
| 401 | + It will no longer work with new Visual Recognition keys.</p> |
| 402 | + <br/> |
395 | 403 | <p>A node for training the Visual Recognition service in Watson</p> |
396 | 404 | <p>This service requires that two sets of images are provided for the training. These sets of files should be |
397 | 405 | zipped and provided to the node either as binary streams or as URL's. The positive and negative set of images |
|
0 commit comments