@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() |
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
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public CompareFacesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.