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
* @param {object[]|object|string} inputs An array of objects/object/string pointing to an image resource. A string can either be a url or base64 image bytes. Object keys explained below:
75
77
* @param {object} inputs[].image Object with keys explained below:
76
78
* @param {string} inputs[].image.(url|base64) Can be a publicly accessibly url or base64 string representing image bytes (required)
79
+
* @param {object} config An object with keys explained below.
80
+
* @param {float} config.minValue The minimum confidence threshold that a result must meet. From 0.0 to 1.0
81
+
* @param {number} config.maxConcepts The maximum number of concepts to return
0 commit comments