| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static EyeDirection.Builder |
EyeDirection.builder() |
EyeDirection.Builder |
EyeDirection.Builder.confidence(Float confidence)
The confidence that the service has in its predicted eye direction.
|
EyeDirection.Builder |
EyeDirection.Builder.pitch(Float pitch)
Value representing eye direction on the pitch axis.
|
EyeDirection.Builder |
EyeDirection.toBuilder() |
EyeDirection.Builder |
EyeDirection.Builder.yaw(Float yaw)
Value representing eye direction on the yaw axis.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EyeDirection.Builder> |
EyeDirection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FaceDetail.Builder |
FaceDetail.Builder.eyeDirection(Consumer<EyeDirection.Builder> eyeDirection)
Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
|
Copyright © 2023. All rights reserved.