| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
LabelDetectionAggregateBy |
GetLabelDetectionRequest.aggregateBy()
Defines how to aggregate the returned results.
|
LabelDetectionAggregateBy |
GetLabelDetectionRequestMetadata.aggregateBy()
The aggregation method chosen for a GetLabelDetection request.
|
static LabelDetectionAggregateBy |
LabelDetectionAggregateBy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static LabelDetectionAggregateBy |
LabelDetectionAggregateBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelDetectionAggregateBy[] |
LabelDetectionAggregateBy.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<LabelDetectionAggregateBy> |
LabelDetectionAggregateBy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.aggregateBy(LabelDetectionAggregateBy aggregateBy)
Defines how to aggregate the returned results.
|
GetLabelDetectionRequestMetadata.Builder |
GetLabelDetectionRequestMetadata.Builder.aggregateBy(LabelDetectionAggregateBy aggregateBy)
The aggregation method chosen for a GetLabelDetection request.
|
Copyright © 2023. All rights reserved.