CopyableBuilder<CompareFacesRequest.Builder,CompareFacesRequest>, SdkBuilder<CompareFacesRequest.Builder,CompareFacesRequest>public static interface CompareFacesRequest.Builder extends CopyableBuilder<CompareFacesRequest.Builder,CompareFacesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CompareFacesRequest.Builder |
similarityThreshold(Float similarityThreshold) |
The minimum level of confidence in the face matches that a match must meet to be included in the
FaceMatches array. |
CompareFacesRequest.Builder |
sourceImage(Image sourceImage) |
The source image, either as bytes or as an S3 object.
|
CompareFacesRequest.Builder |
targetImage(Image targetImage) |
The target image, either as bytes or as an S3 object.
|
copyapply, buildCompareFacesRequest.Builder sourceImage(Image sourceImage)
The source image, either as bytes or as an S3 object.
sourceImage - The source image, either as bytes or as an S3 object.CompareFacesRequest.Builder targetImage(Image targetImage)
The target image, either as bytes or as an S3 object.
targetImage - The target image, either as bytes or as an S3 object.CompareFacesRequest.Builder similarityThreshold(Float similarityThreshold)
The minimum level of confidence in the face matches that a match must meet to be included in the
FaceMatches array.
similarityThreshold - The minimum level of confidence in the face matches that a match must meet to be included in the
FaceMatches array.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.