| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static Reason |
Reason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Reason |
Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reason[] |
Reason.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<Reason> |
Reason.knownValues()
|
List<Reason> |
UnindexedFace.reasons()
An array of reasons that specify why a face wasn't indexed.
|
| Modifier and Type | Method and Description |
|---|---|
UnindexedFace.Builder |
UnindexedFace.Builder.reasons(Reason... reasons)
An array of reasons that specify why a face wasn't indexed.
|
| Modifier and Type | Method and Description |
|---|---|
UnindexedFace.Builder |
UnindexedFace.Builder.reasons(Collection<Reason> reasons)
An array of reasons that specify why a face wasn't indexed.
|
Copyright © 2023. All rights reserved.