@Generated(value="software.amazon.awssdk:codegen") public final class FaceOccluded extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaceOccluded.Builder,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.
FaceOccluded should return "false" with a high confidence score if common occurrences that do not impact
face verification are detected, such as eye glasses, lightly tinted sunglasses, strands of hair, and others.
You can use FaceOccluded to determine if an obstruction on a face negatively impacts using the image for
face matching.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FaceOccluded.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FaceOccluded.Builder |
builder() |
Float |
confidence()
The confidence that the service has detected the presence of a face occlusion.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FaceOccluded.Builder> |
serializableBuilderClass() |
FaceOccluded.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final Float confidence()
The confidence that the service has detected the presence of a face occlusion.
public FaceOccluded.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FaceOccluded.Builder,FaceOccluded>public static FaceOccluded.Builder builder()
public static Class<? extends FaceOccluded.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.