Cloneable
, ReadLimitInfo
, ToCopyableBuilder<IndexFacesRequest.Builder,IndexFacesRequest>
@Generated("software.amazon.awssdk:codegen") public class IndexFacesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<IndexFacesRequest.Builder,IndexFacesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
IndexFacesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static IndexFacesRequest.Builder |
builder() |
|
String |
collectionId() |
The ID of an existing collection to which you want to add the faces that are detected in the input images.
|
List<String> |
detectionAttributes() |
An array of facial attributes that you want to be returned.
|
boolean |
equals(Object obj) |
|
String |
externalImageId() |
ID you want to assign to all the faces detected in the image.
|
int |
hashCode() |
|
Image |
image() |
The input image as bytes or an S3 object.
|
static Class<? extends IndexFacesRequest.Builder> |
serializableBuilderClass() |
|
IndexFacesRequest.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()
The ID of an existing collection to which you want to add the faces that are detected in the input images.
public Image image()
The input image as bytes or an S3 object.
public String externalImageId()
ID you want to assign to all the faces detected in the image.
public List<String> detectionAttributes()
An array of facial attributes that you want to be returned. This can be the default list of attributes or all
attributes. If you don't specify a value for Attributes
or if you specify ["DEFAULT"]
,
the API returns the following subset of facial attributes: BoundingBox
, Confidence
,
Pose
, Quality
and Landmarks
. If you provide ["ALL"]
, all
facial attributes are returned but the operation will take longer to complete.
If you provide both, ["ALL", "DEFAULT"]
, the service uses a logical AND operator to determine which
attributes to return (in this case, all attributes).
Attributes
or if you specify
["DEFAULT"]
, the API returns the following subset of facial attributes:
BoundingBox
, Confidence
, Pose
, Quality
and
Landmarks
. If you provide ["ALL"]
, all facial attributes are returned but the
operation will take longer to complete.
If you provide both, ["ALL", "DEFAULT"]
, the service uses a logical AND operator to
determine which attributes to return (in this case, all attributes).
Attribute
public IndexFacesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IndexFacesRequest.Builder,IndexFacesRequest>
public static IndexFacesRequest.Builder builder()
public static Class<? extends IndexFacesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.