| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Beard |
Beard.clone() |
Beard |
FaceDetail.getBeard()
Indicates whether or not the face has a beard, and the confidence level in the determination.
|
Beard |
Beard.withConfidence(Float confidence)
Level of confidence in the determination.
|
Beard |
Beard.withValue(Boolean value)
Boolean value that indicates whether the face has beard or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setBeard(Beard beard)
Indicates whether or not the face has a beard, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withBeard(Beard beard)
Indicates whether or not the face has a beard, and the confidence level in the determination.
|
Copyright © 2024. All rights reserved.