| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
SearchedFaceDetails |
SearchedFaceDetails.clone() |
SearchedFaceDetails |
SearchUsersByImageResult.getSearchedFace()
A list of FaceDetail objects containing the BoundingBox for the largest face in image, as well as the confidence
in the bounding box, that was searched for matches.
|
SearchedFaceDetails |
SearchedFaceDetails.withFaceDetail(FaceDetail faceDetail) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchUsersByImageResult.setSearchedFace(SearchedFaceDetails searchedFace)
A list of FaceDetail objects containing the BoundingBox for the largest face in image, as well as the confidence
in the bounding box, that was searched for matches.
|
SearchUsersByImageResult |
SearchUsersByImageResult.withSearchedFace(SearchedFaceDetails searchedFace)
A list of FaceDetail objects containing the BoundingBox for the largest face in image, as well as the confidence
in the bounding box, that was searched for matches.
|
Copyright © 2023. All rights reserved.