| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.builder() |
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.faceMatches(Collection<FaceMatch> faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.faceMatches(Consumer<FaceMatch.Builder>... faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.faceMatches(FaceMatch... faceMatches)
An array of faces that match the input face, along with the confidence in the match.
|
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.faceModelVersion(String faceModelVersion)
Version number of the face detection model associated with the input collection (
CollectionId). |
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.searchedFaceBoundingBox(BoundingBox searchedFaceBoundingBox)
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
default SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.searchedFaceBoundingBox(Consumer<BoundingBox.Builder> searchedFaceBoundingBox)
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.searchedFaceConfidence(Float searchedFaceConfidence)
The level of confidence that the
searchedFaceBoundingBox, contains a face. |
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchFacesByImageResponse.Builder> |
SearchFacesByImageResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.