Interface FaceOccluded.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FaceOccluded.Builder,FaceOccluded>,SdkBuilder<FaceOccluded.Builder,FaceOccluded>,SdkPojo
- Enclosing class:
- FaceOccluded
public static interface FaceOccluded.Builder extends SdkPojo, CopyableBuilder<FaceOccluded.Builder,FaceOccluded>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FaceOccluded.Builderconfidence(Float confidence)The confidence that the service has detected the presence of a face occlusion.FaceOccluded.Buildervalue(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 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, sdkFields
-
-
-
-
Method Detail
-
value
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. 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
FaceOccluded.Builder confidence(Float 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.
-
-