Uses of Class
software.amazon.awssdk.services.rekognition.model.UserMatch
-
Packages that use UserMatch Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of UserMatch in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type UserMatch Modifier and Type Method Description List<UserMatch>SearchUsersByImageResponse. userMatches()An array of UserID objects that matched the input face, along with the confidence in the match.List<UserMatch>SearchUsersResponse. userMatches()An array of UserMatch objects that matched the input face along with the confidence in the match.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type UserMatch Modifier and Type Method Description SearchUsersByImageResponse.BuilderSearchUsersByImageResponse.Builder. userMatches(UserMatch... userMatches)An array of UserID objects that matched the input face, along with the confidence in the match.SearchUsersResponse.BuilderSearchUsersResponse.Builder. userMatches(UserMatch... userMatches)An array of UserMatch objects 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 UserMatch Modifier and Type Method Description SearchUsersByImageResponse.BuilderSearchUsersByImageResponse.Builder. userMatches(Collection<UserMatch> userMatches)An array of UserID objects that matched the input face, along with the confidence in the match.SearchUsersResponse.BuilderSearchUsersResponse.Builder. userMatches(Collection<UserMatch> userMatches)An array of UserMatch objects that matched the input face along with the confidence in the match.
-