| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceOccluded |
FaceOccluded.clone() |
FaceOccluded |
FaceDetail.getFaceOccluded()
FaceOccluded should 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. |
FaceOccluded |
FaceOccluded.withConfidence(Float confidence)
The confidence that the service has detected the presence of a face occlusion.
|
FaceOccluded |
FaceOccluded.withValue(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setFaceOccluded(FaceOccluded faceOccluded)
FaceOccluded should 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. |
FaceDetail |
FaceDetail.withFaceOccluded(FaceOccluded faceOccluded)
FaceOccluded should 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. |
Copyright © 2023. All rights reserved.