Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SearchFacesRequest.Builder,SearchFacesRequest>
@Generated("software.amazon.awssdk:codegen") public class SearchFacesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SearchFacesRequest.Builder,SearchFacesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SearchFacesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SearchFacesRequest.Builder |
builder() |
|
String |
collectionId() |
ID of the collection the face belongs to.
|
boolean |
equals(Object obj) |
|
String |
faceId() |
ID of a face to find matches for in the collection.
|
Float |
faceMatchThreshold() |
Optional value specifying the minimum confidence in the face match to return.
|
int |
hashCode() |
|
Integer |
maxFaces() |
Maximum number of faces to return.
|
static Class<? extends SearchFacesRequest.Builder> |
serializableBuilderClass() |
|
SearchFacesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String collectionId()
ID of the collection the face belongs to.
public String faceId()
ID of a face to find matches for in the collection.
public Integer maxFaces()
Maximum number of faces to return. The operation returns the maximum number of faces with the highest confidence in the match.
public Float faceMatchThreshold()
Optional value specifying the minimum confidence in the face match to return. For example, don't return any matches where confidence in matches is less than 70%.
public SearchFacesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SearchFacesRequest.Builder,SearchFacesRequest>
public static SearchFacesRequest.Builder builder()
public static Class<? extends SearchFacesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.