| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectLabelsFeatureName |
DetectLabelsFeatureName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DetectLabelsFeatureName |
DetectLabelsFeatureName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectLabelsFeatureName[] |
DetectLabelsFeatureName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DetectLabelsFeatureName> |
DetectLabelsRequest.features()
A list of the types of analysis to perform.
|
static Set<DetectLabelsFeatureName> |
DetectLabelsFeatureName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsRequest.Builder |
DetectLabelsRequest.Builder.features(DetectLabelsFeatureName... features)
A list of the types of analysis to perform.
|
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsRequest.Builder |
DetectLabelsRequest.Builder.features(Collection<DetectLabelsFeatureName> features)
A list of the types of analysis to perform.
|
Copyright © 2023. All rights reserved.