| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.visual_recognition.v1 |
The Visual Recognition service enables you to analyze the visual
appearance of images or video frames to understand what is happening.
|
| com.ibm.watson.developer_cloud.visual_recognition.v1.model |
Visual Recognition POJOs
|
| Modifier and Type | Method and Description |
|---|---|
RecognizedImage |
VisualRecognition.recognize(File image)
Classifies the images against all the label groups and labels.
|
RecognizedImage |
VisualRecognition.recognize(File image,
LabelSet labelSet)
Classifies the images against the label groups and labels.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecognizedImage> |
VisualRecognitionImages.getImages()
Gets the images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisualRecognitionImages.setImages(List<RecognizedImage> images)
Sets the images.
|
Copyright © 2015. All rights reserved.