Uses of Interface
software.amazon.awssdk.services.rekognition.model.EyeDirection.Builder
-
Packages that use EyeDirection.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of EyeDirection.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return EyeDirection.Builder Modifier and Type Method Description static EyeDirection.BuilderEyeDirection. builder()EyeDirection.BuilderEyeDirection.Builder. confidence(Float confidence)The confidence that the service has in its predicted eye direction.EyeDirection.BuilderEyeDirection.Builder. pitch(Float pitch)Value representing eye direction on the pitch axis.EyeDirection.BuilderEyeDirection. toBuilder()EyeDirection.BuilderEyeDirection.Builder. yaw(Float yaw)Value representing eye direction on the yaw axis.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type EyeDirection.Builder Modifier and Type Method Description static Class<? extends EyeDirection.Builder>EyeDirection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type EyeDirection.Builder Modifier and Type Method Description default FaceDetail.BuilderFaceDetail.Builder. eyeDirection(Consumer<EyeDirection.Builder> eyeDirection)Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
-