Uses of Class
software.amazon.awssdk.services.rekognition.model.SearchedFaceDetails
-
Packages that use SearchedFaceDetails Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of SearchedFaceDetails in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return SearchedFaceDetails Modifier and Type Method Description SearchedFaceDetailsSearchUsersByImageResponse. 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.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type SearchedFaceDetails Modifier and Type Method Description SearchUsersByImageResponse.BuilderSearchUsersByImageResponse.Builder. searchedFace(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.
-