| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
EyeOpen |
EyeOpen.clone() |
EyeOpen |
FaceDetail.getEyesOpen()
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
|
EyeOpen |
EyeOpen.withConfidence(Float confidence)
Level of confidence in the determination.
|
EyeOpen |
EyeOpen.withValue(Boolean value)
Boolean value that indicates whether the eyes on the face are open.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setEyesOpen(EyeOpen eyesOpen)
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withEyesOpen(EyeOpen eyesOpen)
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
|
Copyright © 2019. All rights reserved.