public static interface EyeDirection.Builder extends SdkPojo, CopyableBuilder<EyeDirection.Builder,EyeDirection>
| Modifier and Type | Method and Description |
|---|---|
EyeDirection.Builder |
confidence(Float confidence)
The confidence that the service has in its predicted eye direction.
|
EyeDirection.Builder |
pitch(Float pitch)
Value representing eye direction on the pitch axis.
|
EyeDirection.Builder |
yaw(Float yaw)
Value representing eye direction on the yaw axis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEyeDirection.Builder yaw(Float yaw)
Value representing eye direction on the yaw axis.
yaw - Value representing eye direction on the yaw axis.EyeDirection.Builder pitch(Float pitch)
Value representing eye direction on the pitch axis.
pitch - Value representing eye direction on the pitch axis.EyeDirection.Builder confidence(Float confidence)
The confidence that the service has in its predicted eye direction.
confidence - The confidence that the service has in its predicted eye direction.Copyright © 2023. All rights reserved.