@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectFacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetectFacesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetectFacesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAttributes()
A list of facial attributes you would like to be returned.
|
Image |
getImage()
The image in which you want to detect faces.
|
int |
hashCode() |
void |
setAttributes(Collection<String> attributes)
A list of facial attributes you would like to be returned.
|
void |
setImage(Image image)
The image in which you want to detect faces.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DetectFacesRequest |
withAttributes(Attribute... attributes)
A list of facial attributes you would like to be returned.
|
DetectFacesRequest |
withAttributes(Collection<String> attributes)
A list of facial attributes you would like to be returned.
|
DetectFacesRequest |
withAttributes(String... attributes)
A list of facial attributes you would like to be returned.
|
DetectFacesRequest |
withImage(Image image)
The image in which you want to detect faces.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setImage(Image image)
The image in which you want to detect faces. You can specify a blob or an S3 object.
image - The image in which you want to detect faces. You can specify a blob or an S3 object.public Image getImage()
The image in which you want to detect faces. You can specify a blob or an S3 object.
public DetectFacesRequest withImage(Image image)
The image in which you want to detect faces. You can specify a blob or an S3 object.
image - The image in which you want to detect faces. You can specify a blob or an S3 object.public List<String> getAttributes()
A list of facial attributes you would like to be returned. By default, the API returns subset of facial attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
Attributepublic void setAttributes(Collection<String> attributes)
A list of facial attributes you would like to be returned. By default, the API returns subset of facial attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
attributes - A list of facial attributes you would like to be returned. By default, the API returns subset of facial
attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
Attributepublic DetectFacesRequest withAttributes(String... attributes)
A list of facial attributes you would like to be returned. By default, the API returns subset of facial attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection) or withAttributes(java.util.Collection) if you want to
override the existing values.
attributes - A list of facial attributes you would like to be returned. By default, the API returns subset of facial
attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
Attributepublic DetectFacesRequest withAttributes(Collection<String> attributes)
A list of facial attributes you would like to be returned. By default, the API returns subset of facial attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
attributes - A list of facial attributes you would like to be returned. By default, the API returns subset of facial
attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
Attributepublic DetectFacesRequest withAttributes(Attribute... attributes)
A list of facial attributes you would like to be returned. By default, the API returns subset of facial attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
attributes - A list of facial attributes you would like to be returned. By default, the API returns subset of facial
attributes.
For example, you can specify the value as, ["ALL"] or ["DEFAULT"]. If you provide both, ["ALL", "DEFAULT"], the service uses a logical AND operator to determine which attributes to return (in this case, it is all attributes). If you specify all attributes, Amazon Rekognition performs additional detection.
Attributepublic String toString()
toString in class ObjectObject.toString()public DetectFacesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.