ToCopyableBuilder<SearchFacesByImageResponse.Builder,SearchFacesByImageResponse>
@Generated("software.amazon.awssdk:codegen") public class SearchFacesByImageResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<SearchFacesByImageResponse.Builder,SearchFacesByImageResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SearchFacesByImageResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SearchFacesByImageResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<FaceMatch> |
faceMatches() |
An array of faces that match the input face, along with the confidence in the match.
|
int |
hashCode() |
|
BoundingBox |
searchedFaceBoundingBox() |
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
Float |
searchedFaceConfidence() |
The level of confidence that the
searchedFaceBoundingBox , contains a face. |
static Class<? extends SearchFacesByImageResponse.Builder> |
serializableBuilderClass() |
|
SearchFacesByImageResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public BoundingBox searchedFaceBoundingBox()
The bounding box around the face in the input image that Amazon Rekognition used for the search.
public Float searchedFaceConfidence()
The level of confidence that the searchedFaceBoundingBox
, contains a face.
searchedFaceBoundingBox
, contains a face.public List<FaceMatch> faceMatches()
An array of faces that match the input face, along with the confidence in the match.
public SearchFacesByImageResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SearchFacesByImageResponse.Builder,SearchFacesByImageResponse>
public static SearchFacesByImageResponse.Builder builder()
public static Class<? extends SearchFacesByImageResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.