Uses of Class
software.amazon.awssdk.services.rekognition.model.CompareFacesMatch
-
Packages that use CompareFacesMatch Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of CompareFacesMatch in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type CompareFacesMatch Modifier and Type Method Description List<CompareFacesMatch>CompareFacesResponse. faceMatches()An array of faces in the target image that match the source image face.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type CompareFacesMatch Modifier and Type Method Description CompareFacesResponse.BuilderCompareFacesResponse.Builder. faceMatches(CompareFacesMatch... faceMatches)An array of faces in the target image that match the source image face.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type CompareFacesMatch Modifier and Type Method Description CompareFacesResponse.BuilderCompareFacesResponse.Builder. faceMatches(Collection<CompareFacesMatch> faceMatches)An array of faces in the target image that match the source image face.
-