ToCopyableBuilder<CompareFacesResponse.Builder,CompareFacesResponse>
@Generated("software.amazon.awssdk:codegen") public class CompareFacesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CompareFacesResponse.Builder,CompareFacesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CompareFacesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CompareFacesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<CompareFacesMatch> |
faceMatches() |
An array of faces in the target image that match the source image face.
|
int |
hashCode() |
|
static Class<? extends CompareFacesResponse.Builder> |
serializableBuilderClass() |
|
ComparedSourceImageFace |
sourceImageFace() |
The face in the source image that was used for comparison.
|
String |
sourceImageOrientationCorrection() |
The orientation of the source image (counterclockwise direction).
|
String |
targetImageOrientationCorrection() |
The orientation of the target image (in counterclockwise direction).
|
CompareFacesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<ComparedFace> |
unmatchedFaces() |
An array of faces in the target image that did not match the source image face.
|
setSdkHttpMetadata, setSdkResponseMetadata
public ComparedSourceImageFace sourceImageFace()
The face in the source image that was used for comparison.
public List<CompareFacesMatch> faceMatches()
An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity
score for the face in the bounding box and the face in the source image.
CompareFacesMatch
object provides the bounding box, the confidence level that the bounding
box contains a face, and the similarity score for the face in the bounding box and the face in the source
image.public List<ComparedFace> unmatchedFaces()
An array of faces in the target image that did not match the source image face.
public String sourceImageOrientationCorrection()
The orientation of the source image (counterclockwise direction). If your application displays the source image,
you can use this value to correct image orientation. The bounding box coordinates returned in
SourceImageFace
represent the location of the face before the image orientation is corrected.
If the source image is in .jpeg format, it might contain exchangeable image (Exif) metadata that includes the
image's orientation. If the Exif metadata for the source image populates the orientation field, the value of
OrientationCorrection
is null and the SourceImageFace
bounding box coordinates
represent the location of the face after Exif metadata is used to correct the orientation. Images in .png format
don't contain Exif metadata.
SourceImageFace
represent the location of the face before the image orientation is
corrected.
If the source image is in .jpeg format, it might contain exchangeable image (Exif) metadata that includes
the image's orientation. If the Exif metadata for the source image populates the orientation field, the
value of OrientationCorrection
is null and the SourceImageFace
bounding box
coordinates represent the location of the face after Exif metadata is used to correct the orientation.
Images in .png format don't contain Exif metadata.
OrientationCorrection
public String targetImageOrientationCorrection()
The orientation of the target image (in counterclockwise direction). If your application displays the target
image, you can use this value to correct the orientation of the image. The bounding box coordinates returned in
FaceMatches
and UnmatchedFaces
represent face locations before the image orientation is
corrected.
If the target image is in .jpg format, it might contain Exif metadata that includes the orientation of the image.
If the Exif metadata for the target image populates the orientation field, the value of
OrientationCorrection
is null and the bounding box coordinates in FaceMatches
and
UnmatchedFaces
represent the location of the face after Exif metadata is used to correct the
orientation. Images in .png format don't contain Exif metadata.
FaceMatches
and UnmatchedFaces
represent face locations
before the image orientation is corrected.
If the target image is in .jpg format, it might contain Exif metadata that includes the orientation of
the image. If the Exif metadata for the target image populates the orientation field, the value of
OrientationCorrection
is null and the bounding box coordinates in FaceMatches
and UnmatchedFaces
represent the location of the face after Exif metadata is used to correct
the orientation. Images in .png format don't contain Exif metadata.
OrientationCorrection
public CompareFacesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CompareFacesResponse.Builder,CompareFacesResponse>
public static CompareFacesResponse.Builder builder()
public static Class<? extends CompareFacesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.