| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectLabelsResponse.Builder |
DetectLabelsResponse.builder() |
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labelModelVersion(String labelModelVersion)
Version number of the label detection model that was used to detect labels.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labels(Collection<Label> labels)
An array of labels for the real-world objects detected.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labels(Consumer<Label.Builder>... labels)
An array of labels for the real-world objects detected.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.labels(Label... labels)
An array of labels for the real-world objects detected.
|
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.orientationCorrection(OrientationCorrection orientationCorrection)
The value of
OrientationCorrection is always null. |
DetectLabelsResponse.Builder |
DetectLabelsResponse.Builder.orientationCorrection(String orientationCorrection)
The value of
OrientationCorrection is always null. |
DetectLabelsResponse.Builder |
DetectLabelsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectLabelsResponse.Builder> |
DetectLabelsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.