| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentClassifier |
ContentClassifier.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContentClassifier |
ContentClassifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentClassifier[] |
ContentClassifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentClassifier> |
HumanLoopDataAttributes.contentClassifiers()
Sets whether the input image is free of personally identifiable information.
|
static Set<ContentClassifier> |
ContentClassifier.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HumanLoopDataAttributes.Builder |
HumanLoopDataAttributes.Builder.contentClassifiers(ContentClassifier... contentClassifiers)
Sets whether the input image is free of personally identifiable information.
|
| Modifier and Type | Method and Description |
|---|---|
HumanLoopDataAttributes.Builder |
HumanLoopDataAttributes.Builder.contentClassifiers(Collection<ContentClassifier> contentClassifiers)
Sets whether the input image is free of personally identifiable information.
|
Copyright © 2020. All rights reserved.