| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Eyeglasses |
Eyeglasses.clone() |
Eyeglasses |
FaceDetail.getEyeglasses()
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
|
Eyeglasses |
Eyeglasses.withConfidence(Float confidence)
Level of confidence in the determination.
|
Eyeglasses |
Eyeglasses.withValue(Boolean value)
Boolean value that indicates whether the face is wearing eye glasses or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setEyeglasses(Eyeglasses eyeglasses)
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withEyeglasses(Eyeglasses eyeglasses)
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
|
Copyright © 2025. All rights reserved.