Uses of Class
software.amazon.awssdk.services.rekognition.model.FaceMatch
-
Packages that use FaceMatch Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceMatch in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type FaceMatch Modifier and Type Method Description List<FaceMatch>PersonMatch. faceMatches()Information about the faces in the input collection that match the face of a person in the video.List<FaceMatch>SearchFacesByImageResponse. faceMatches()An array of faces that match the input face, along with the confidence in the match.List<FaceMatch>SearchFacesResponse. faceMatches()An array of faces that matched the input face, along with the confidence in the match.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type FaceMatch Modifier and Type Method Description PersonMatch.BuilderPersonMatch.Builder. faceMatches(FaceMatch... faceMatches)Information about the faces in the input collection that match the face of a person in the video.SearchFacesByImageResponse.BuilderSearchFacesByImageResponse.Builder. faceMatches(FaceMatch... faceMatches)An array of faces that match the input face, along with the confidence in the match.SearchFacesResponse.BuilderSearchFacesResponse.Builder. faceMatches(FaceMatch... faceMatches)An array of faces that matched the input face, along with the confidence in the match.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type FaceMatch Modifier and Type Method Description PersonMatch.BuilderPersonMatch.Builder. faceMatches(Collection<FaceMatch> faceMatches)Information about the faces in the input collection that match the face of a person in the video.SearchFacesByImageResponse.BuilderSearchFacesByImageResponse.Builder. faceMatches(Collection<FaceMatch> faceMatches)An array of faces that match the input face, along with the confidence in the match.SearchFacesResponse.BuilderSearchFacesResponse.Builder. faceMatches(Collection<FaceMatch> faceMatches)An array of faces that matched the input face, along with the confidence in the match.
-