Uses of Class
software.amazon.awssdk.services.rekognition.model.FaceOccluded
-
Packages that use FaceOccluded Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceOccluded in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return FaceOccluded Modifier and Type Method Description FaceOccludedFaceDetail. 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.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type FaceOccluded Modifier and Type Method Description FaceDetail.BuilderFaceDetail.Builder. faceOccluded(FaceOccluded 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.
-