If so, what was it replaced by? If not, I can't seem to import it properly. Could someone please give me pointers on how I could do that?
Asked
Active
Viewed 115 times
0
-
What you mean when you say you can't import it properly? What are you getting? – Andrej Jul 19 '16 at 17:10
-
I'm using Java in Netbeans, it gives me a syntax error, "cannot find symbol". When I click on the little error notification on the left, where it would normally give me the option to auto-import the class, it only has the option to create a class of the same name. – Hadi Soufi Jul 19 '16 at 18:34
1 Answers
0
You seem to be asking about the Watson Developer Cloud Java SDK (it would help to clarify this).
ClassifyImagesOptions
class was not deprecated, still part of the SDK, and it has not been changed for some time already. You should check your classpath - without more details, it is hard to give more hints.

herchu
- 936
- 7
- 24
-
Thank you, I edited my tags. It's very strange because VisualRecognition, VisualClassifier, and VisualClassification all import properly and work just fine. Is ClassifyImageOptions not a part of the VisualRecognition API? – Hadi Soufi Jul 20 '16 at 15:37