You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<optionvalue="updateClassifier">Update a classifier</option>
70
71
<optionvalue="deleteClassifier">Delete a classifier</option>
71
72
<optionvalue="deleteAllClassifiers">Delete all classifiers</option>
72
73
</select>
@@ -94,7 +95,7 @@
94
95
<p>Thisfeatureshouldbeprovidedininput : </p>
95
96
<ul>
96
97
<li><code>msg.payload</code> : the URL or the Node.js Buffer of an image. Redirects are followed, so you can use shortened URLs. (Required)</li>
97
-
<li><code>msg.params["detect_mode"]</code> : A setting of "classify", "faces" or "text" indicating the visual recognition feature required. "Default" is "classify" (string) (Optional)</li>
98
+
<li><code>msg.params["detect_mode"]</code> : A setting of "classify"or "faces" indicating the visual recognition feature required. "Default" is "classify" (string) (Optional)</li>
98
99
<li><code>msg.params["classifier_ids"]</code> : A comma-separated list of the classifier IDs used to classify the images. "Default" is the classifier_id of the built-in classifier. (string) (Optional)</li>
99
100
<li><code>msg.params["owners"]</code> : A comma-separated list with the value(s) "IBM" and/or "me" to specify which classifiers to run. (string) (Optional)</li>
100
101
<li><code>msg.params["threshold"]</code> : A floating value (in string format) that specifies the minimum score a class must have to be displayed in the response (Optional)</li>
0 commit comments