| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static GenderType |
GenderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GenderType |
Gender.value()
The predicted gender of the face.
|
static GenderType |
GenderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenderType[] |
GenderType.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<GenderType> |
GenderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Gender.Builder |
Gender.Builder.value(GenderType value)
The predicted gender of the face.
|
Copyright © 2020. All rights reserved.