| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<CustomLabel> |
DetectCustomLabelsResponse.customLabels()
An array of custom labels detected in the input image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectCustomLabelsResponse.Builder |
DetectCustomLabelsResponse.Builder.customLabels(CustomLabel... customLabels)
An array of custom labels detected in the input image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectCustomLabelsResponse.Builder |
DetectCustomLabelsResponse.Builder.customLabels(Collection<CustomLabel> customLabels)
An array of custom labels detected in the input image.
|
Copyright © 2021. All rights reserved.