| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.clone() |
Label |
Label.withConfidence(Float confidence)
Level of confidence.
|
Label |
Label.withName(String name)
The name (label) of the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
DetectLabelsResult.getLabels()
An array of labels for the real-world objects detected.
|
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsResult |
DetectLabelsResult.withLabels(Label... labels)
An array of labels for the real-world objects detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectLabelsResult.setLabels(Collection<Label> labels)
An array of labels for the real-world objects detected.
|
DetectLabelsResult |
DetectLabelsResult.withLabels(Collection<Label> labels)
An array of labels for the real-world objects detected.
|
Copyright © 2017. All rights reserved.