@Generated(value="software.amazon.awssdk:codegen") public final class ComparedFace extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComparedFace.Builder,ComparedFace>
Provides face metadata for target image faces that are analyzed by CompareFaces and
RecognizeCelebrities.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComparedFace.Builder |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
boundingBox()
Bounding box of the face.
|
static ComparedFace.Builder |
builder() |
Float |
confidence()
Level of confidence that what the bounding box contains is a face.
|
List<Emotion> |
emotions()
The emotions that appear to be expressed on the face, and the confidence level in the determination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEmotions()
For responses, this returns true if the service returned a value for the Emotions property.
|
int |
hashCode() |
boolean |
hasLandmarks()
For responses, this returns true if the service returned a value for the Landmarks property.
|
List<Landmark> |
landmarks()
An array of facial landmarks.
|
Pose |
pose()
Indicates the pose of the face as determined by its pitch, roll, and yaw.
|
ImageQuality |
quality()
Identifies face image brightness and sharpness.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComparedFace.Builder> |
serializableBuilderClass() |
Smile |
smile()
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
ComparedFace.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BoundingBox boundingBox()
Bounding box of the face.
public final Float confidence()
Level of confidence that what the bounding box contains is a face.
public final boolean hasLandmarks()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Landmark> landmarks()
An array of facial landmarks.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLandmarks() method.
public final Pose pose()
Indicates the pose of the face as determined by its pitch, roll, and yaw.
public final ImageQuality quality()
Identifies face image brightness and sharpness.
public final boolean hasEmotions()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Emotion> emotions()
The emotions that appear to be expressed on the face, and the confidence level in the determination. Valid values include "Happy", "Sad", "Angry", "Confused", "Disgusted", "Surprised", "Calm", "Unknown", and "Fear".
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEmotions() method.
public final Smile smile()
Indicates whether or not the face is smiling, and the confidence level in the determination.
public ComparedFace.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComparedFace.Builder,ComparedFace>public static ComparedFace.Builder builder()
public static Class<? extends ComparedFace.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.