Uses of Class
software.amazon.awssdk.services.rekognition.model.SearchedFace
-
Packages that use SearchedFace Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of SearchedFace in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return SearchedFace Modifier and Type Method Description SearchedFaceSearchUsersResponse. searchedFace()Contains the ID of a face that was used to search for matches in a collection.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type SearchedFace Modifier and Type Method Description SearchUsersResponse.BuilderSearchUsersResponse.Builder. searchedFace(SearchedFace searchedFace)Contains the ID of a face that was used to search for matches in a collection.
-