| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelDetectionSortBy |
LabelDetectionSortBy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LabelDetectionSortBy |
GetLabelDetectionRequest.sortBy()
Sort to use for elements in the
Labels array. |
LabelDetectionSortBy |
GetLabelDetectionRequestMetadata.sortBy()
The sorting method chosen for a GetLabelDetection request.
|
static LabelDetectionSortBy |
LabelDetectionSortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelDetectionSortBy[] |
LabelDetectionSortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LabelDetectionSortBy> |
LabelDetectionSortBy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.sortBy(LabelDetectionSortBy sortBy)
Sort to use for elements in the
Labels array. |
GetLabelDetectionRequestMetadata.Builder |
GetLabelDetectionRequestMetadata.Builder.sortBy(LabelDetectionSortBy sortBy)
The sorting method chosen for a GetLabelDetection request.
|
Copyright © 2023. All rights reserved.