@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompareFacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CompareFacesRequest() |
Modifier and Type | Method and Description |
---|---|
CompareFacesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Float |
getSimilarityThreshold()
The minimum level of confidence in the match you want included in the result.
|
Image |
getSourceImage()
Source image either as bytes or an S3 object
|
Image |
getTargetImage()
Target image either as bytes or an S3 object
|
int |
hashCode() |
void |
setSimilarityThreshold(Float similarityThreshold)
The minimum level of confidence in the match you want included in the result.
|
void |
setSourceImage(Image sourceImage)
Source image either as bytes or an S3 object
|
void |
setTargetImage(Image targetImage)
Target image either as bytes or an S3 object
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CompareFacesRequest |
withSimilarityThreshold(Float similarityThreshold)
The minimum level of confidence in the match you want included in the result.
|
CompareFacesRequest |
withSourceImage(Image sourceImage)
Source image either as bytes or an S3 object
|
CompareFacesRequest |
withTargetImage(Image targetImage)
Target image either as bytes or an S3 object
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSourceImage(Image sourceImage)
Source image either as bytes or an S3 object
sourceImage
- Source image either as bytes or an S3 objectpublic Image getSourceImage()
Source image either as bytes or an S3 object
public CompareFacesRequest withSourceImage(Image sourceImage)
Source image either as bytes or an S3 object
sourceImage
- Source image either as bytes or an S3 objectpublic void setTargetImage(Image targetImage)
Target image either as bytes or an S3 object
targetImage
- Target image either as bytes or an S3 objectpublic Image getTargetImage()
Target image either as bytes or an S3 object
public CompareFacesRequest withTargetImage(Image targetImage)
Target image either as bytes or an S3 object
targetImage
- Target image either as bytes or an S3 objectpublic void setSimilarityThreshold(Float similarityThreshold)
The minimum level of confidence in the match you want included in the result.
similarityThreshold
- The minimum level of confidence in the match you want included in the result.public Float getSimilarityThreshold()
The minimum level of confidence in the match you want included in the result.
public CompareFacesRequest withSimilarityThreshold(Float similarityThreshold)
The minimum level of confidence in the match you want included in the result.
similarityThreshold
- The minimum level of confidence in the match you want included in the result.public String toString()
toString
in class Object
Object.toString()
public CompareFacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.