Interface EyeDirection.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EyeDirection.Builder,
,EyeDirection> SdkBuilder<EyeDirection.Builder,
,EyeDirection> SdkPojo
- Enclosing class:
EyeDirection
public static interface EyeDirection.Builder
extends SdkPojo, CopyableBuilder<EyeDirection.Builder,EyeDirection>
-
Method Summary
Modifier and TypeMethodDescriptionconfidence
(Float confidence) The confidence that the service has in its predicted eye direction.Value representing eye direction on the pitch axis.Value representing eye direction on the yaw axis.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
yaw
Value representing eye direction on the yaw axis.
- Parameters:
yaw
- Value representing eye direction on the yaw axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pitch
Value representing eye direction on the pitch axis.
- Parameters:
pitch
- Value representing eye direction on the pitch axis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confidence
The confidence that the service has in its predicted eye direction.
- Parameters:
confidence
- The confidence that the service has in its predicted eye direction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-