Uses of Interface
software.amazon.awssdk.services.rekognition.model.FaceOccluded.Builder
-
Packages that use FaceOccluded.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceOccluded.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return FaceOccluded.Builder Modifier and Type Method Description static FaceOccluded.BuilderFaceOccluded. builder()FaceOccluded.BuilderFaceOccluded.Builder. confidence(Float confidence)The confidence that the service has detected the presence of a face occlusion.FaceOccluded.BuilderFaceOccluded. toBuilder()FaceOccluded.BuilderFaceOccluded.Builder. value(Boolean value)True if a detected face’s eyes, nose, and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or other objects.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type FaceOccluded.Builder Modifier and Type Method Description static Class<? extends FaceOccluded.Builder>FaceOccluded. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type FaceOccluded.Builder Modifier and Type Method Description default FaceDetail.BuilderFaceDetail.Builder. faceOccluded(Consumer<FaceOccluded.Builder> faceOccluded)FaceOccludedshould return "true" with a high confidence score if a detected face’s eyes, nose, and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or other objects.
-