| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.visual_recognition.v1.model |
Visual Recognition POJOs
|
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.withName(String name)
With label name.
|
Label |
Label.withScore(double score)
With score.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
RecognizedImage.getLabels()
Gets the labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizedImage.setLabels(List<Label> labels)
Sets the labels.
|
Copyright © 2015. All rights reserved.