Interface FaceOccluded.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FaceOccluded.Builder,
,FaceOccluded> SdkBuilder<FaceOccluded.Builder,
,FaceOccluded> SdkPojo
- Enclosing class:
FaceOccluded
@Mutable
@NotThreadSafe
public static interface FaceOccluded.Builder
extends SdkPojo, CopyableBuilder<FaceOccluded.Builder,FaceOccluded>
-
Method Summary
Modifier and TypeMethodDescriptionconfidence
(Float confidence) The confidence that the service has detected the presence of a face occlusion.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 inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confidence
The confidence that the service has detected the presence of a face occlusion.
- Parameters:
confidence
- The confidence that the service has detected the presence of a face occlusion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-