| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.clone() |
Label |
LabelDetection.getLabel()
Details about the detected label.
|
Label |
Label.withConfidence(Float confidence)
Level of confidence.
|
Label |
Label.withInstances(Collection<Instance> instances)
If
Label represents an object, Instances contains the bounding boxes for each instance
of the detected object. |
Label |
Label.withInstances(Instance... instances)
If
Label represents an object, Instances contains the bounding boxes for each instance
of the detected object. |
Label |
Label.withName(String name)
The name (label) of the object or scene.
|
Label |
Label.withParents(Collection<Parent> parents)
The parent labels for a label.
|
Label |
Label.withParents(Parent... parents)
The parent labels for a label.
|
| 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 |
|---|---|
void |
LabelDetection.setLabel(Label label)
Details about the detected label.
|
LabelDetection |
LabelDetection.withLabel(Label label)
Details about the detected label.
|
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 © 2020. All rights reserved.