Uses of Interface
software.amazon.awssdk.services.rekognition.model.EyeOpen.Builder
-
Packages that use EyeOpen.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of EyeOpen.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return EyeOpen.Builder Modifier and Type Method Description static EyeOpen.BuilderEyeOpen. builder()EyeOpen.BuilderEyeOpen.Builder. confidence(Float confidence)Level of confidence in the determination.EyeOpen.BuilderEyeOpen. toBuilder()EyeOpen.BuilderEyeOpen.Builder. value(Boolean value)Boolean value that indicates whether the eyes on the face are open.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type EyeOpen.Builder Modifier and Type Method Description static Class<? extends EyeOpen.Builder>EyeOpen. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type EyeOpen.Builder Modifier and Type Method Description default FaceDetail.BuilderFaceDetail.Builder. eyesOpen(Consumer<EyeOpen.Builder> eyesOpen)Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
-