Package | Description |
---|---|
com.ibm.watson.developer_cloud.visual_recognition.v1 |
Copyright 2015 IBM Corp.
|
com.ibm.watson.developer_cloud.visual_recognition.v1.model |
Copyright 2015 IBM Corp.
|
Modifier and Type | Method and Description |
---|---|
LabelSet |
VisualRecognition.getLabelSet()
Gets the labels and label groups.
|
Modifier and Type | Method and Description |
---|---|
VisualRecognitionImages |
VisualRecognition.recognize(File image,
LabelSet labelSet)
Classifies the images against the label groups and labels.
|
VisualRecognitionImages |
VisualRecognition.recognize(String imageName,
InputStream image,
LabelSet labelSet) |
Modifier and Type | Method and Description |
---|---|
LabelSet |
LabelSet.withLabel(String label)
With label.
|
LabelSet |
LabelSet.withLabelGroup(String labelGroup)
With label group.
|
Copyright © 2015–2016. All rights reserved.