| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelDetection.label()
Details about the detected label.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
DetectLabelsResponse.labels()
An array of labels for the real-world objects detected.
|
| Modifier and Type | Method and Description |
|---|---|
LabelDetection.Builder |
LabelDetection.Builder.label(Label label)
Details about the detected label.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labels(Label... labels)
An array of labels for the real-world objects detected.
|
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labels(Collection<Label> labels)
An array of labels for the real-world objects detected.
|
Copyright © 2021. All rights reserved.