@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.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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() |
ComparedFace.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public BoundingBox boundingBox()
Bounding box of the face.
public Float confidence()
Level of confidence that what the bounding box contains is a face.
public List<Landmark> landmarks()
An array of facial landmarks.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Pose pose()
Indicates the pose of the face as determined by its pitch, roll, and yaw.
public ImageQuality quality()
Identifies face image brightness and sharpness.
public ComparedFace.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ComparedFace.Builder,ComparedFace>
public static ComparedFace.Builder builder()
public static Class<? extends ComparedFace.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.