public static interface FaceOccluded.Builder extends SdkPojo, CopyableBuilder<FaceOccluded.Builder,FaceOccluded>
| Modifier and Type | Method and Description |
|---|---|
FaceOccluded.Builder |
confidence(Float confidence)
The confidence that the service has detected the presence of a face occlusion.
|
FaceOccluded.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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFaceOccluded.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. False if common occurrences that do not impact face verification are detected, such as eye glasses, lightly tinted sunglasses, strands of hair, and others.
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. False if common occurrences that do not
impact face verification are detected, such as eye glasses, lightly tinted sunglasses, strands of
hair, and others.FaceOccluded.Builder confidence(Float confidence)
The confidence that the service has detected the presence of a face occlusion.
confidence - The confidence that the service has detected the presence of a face occlusion.Copyright © 2023. All rights reserved.