| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static CompareFacesResponse.Builder |
CompareFacesResponse.builder() |
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.faceMatches(Collection<CompareFacesMatch> faceMatches)
An array of faces in the target image that match the source image face.
|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.faceMatches(CompareFacesMatch... faceMatches)
An array of faces in the target image that match the source image face.
|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.faceMatches(Consumer<CompareFacesMatch.Builder>... faceMatches)
An array of faces in the target image that match the source image face.
|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.sourceImageFace(ComparedSourceImageFace sourceImageFace)
The face in the source image that was used for comparison.
|
default CompareFacesResponse.Builder |
CompareFacesResponse.Builder.sourceImageFace(Consumer<ComparedSourceImageFace.Builder> sourceImageFace)
The face in the source image that was used for comparison.
|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.sourceImageOrientationCorrection(OrientationCorrection sourceImageOrientationCorrection)
The value of
SourceImageOrientationCorrection is always null. |
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.sourceImageOrientationCorrection(String sourceImageOrientationCorrection)
The value of
SourceImageOrientationCorrection is always null. |
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.targetImageOrientationCorrection(OrientationCorrection targetImageOrientationCorrection)
The value of
TargetImageOrientationCorrection is always null. |
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.targetImageOrientationCorrection(String targetImageOrientationCorrection)
The value of
TargetImageOrientationCorrection is always null. |
CompareFacesResponse.Builder |
CompareFacesResponse.toBuilder() |
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.unmatchedFaces(Collection<ComparedFace> unmatchedFaces)
An array of faces in the target image that did not match the source image face.
|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.unmatchedFaces(ComparedFace... unmatchedFaces)
An array of faces in the target image that did not match the source image face.
|
CompareFacesResponse.Builder |
CompareFacesResponse.Builder.unmatchedFaces(Consumer<ComparedFace.Builder>... unmatchedFaces)
An array of faces in the target image that did not match the source image face.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CompareFacesResponse.Builder> |
CompareFacesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.