| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Gender |
Gender.clone() |
Gender |
FaceDetail.getGender()
Gender of the face and the confidence level in the determination.
|
Gender |
Gender.withConfidence(Float confidence)
Level of confidence in the determination.
|
Gender |
Gender.withValue(GenderType value)
Gender of the face.
|
Gender |
Gender.withValue(String value)
Gender of the face.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setGender(Gender gender)
Gender of the face and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withGender(Gender gender)
Gender of the face and the confidence level in the determination.
|
Copyright © 2019. All rights reserved.