We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f05d2e + 2c1d0ce commit d0ae433Copy full SHA for d0ae433
README.md
@@ -557,7 +557,7 @@ following picture.
557
558
```java
559
VisualRecognition service = new VisualRecognition(VisualRecognition.VERSION_DATE_2016_05_19);
560
-service.setUsernameAndPassword("<username>", "<password>");
+service.setApiKey("<api-key>");
561
562
System.out.println("Classify an image");
563
ClassifyImagesOptions options = new ClassifyImagesOptions.Builder()
0 commit comments