We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801dc36 commit 5460acaCopy full SHA for 5460aca
src/main/java/com/ibm/watson/developer_cloud/visual_Insights/v1/VisualInsights.java
@@ -32,7 +32,7 @@
32
* The IBM Watson™ Visual Insights gives insight into the themes present in a collection of images based on their visual appearance / content.
33
*
34
* @author Nizar Alseddeg (nmalsedd@us.ibm.com)
35
- * @version v2
+ * @version v1
36
* @see <a
37
* href="http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/visual-insights.html">
38
* Visual Insights</a>
@@ -89,7 +89,7 @@ public Classifiers getClassifiers(final String filterName) {
89
90
return executeRequest(request, Classifiers.class);
91
}
92
-
+
93
/**
94
* Upload a set of images as a zip file for visual insight extraction.
95
0 commit comments