| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static EyeOpen.Builder |
EyeOpen.builder() |
EyeOpen.Builder |
EyeOpen.Builder.confidence(Float confidence)
Level of confidence in the determination.
|
EyeOpen.Builder |
EyeOpen.toBuilder() |
EyeOpen.Builder |
EyeOpen.Builder.value(Boolean value)
Boolean value that indicates whether the eyes on the face are open.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EyeOpen.Builder> |
EyeOpen.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FaceDetail.Builder |
FaceDetail.Builder.eyesOpen(Consumer<EyeOpen.Builder> eyesOpen)
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
|
Copyright © 2020. All rights reserved.