| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<UserMatch> |
SearchUsersResponse.userMatches()
An array of UserMatch objects that matched the input face along with the confidence in the match.
|
List<UserMatch> |
SearchUsersByImageResponse.userMatches()
An array of UserID objects that matched the input face, along with the confidence in the match.
|
| Modifier and Type | Method and Description |
|---|---|
SearchUsersResponse.Builder |
SearchUsersResponse.Builder.userMatches(UserMatch... userMatches)
An array of UserMatch objects that matched the input face along with the confidence in the match.
|
SearchUsersByImageResponse.Builder |
SearchUsersByImageResponse.Builder.userMatches(UserMatch... userMatches)
An array of UserID objects that matched the input face, along with the confidence in the match.
|
| Modifier and Type | Method and Description |
|---|---|
SearchUsersResponse.Builder |
SearchUsersResponse.Builder.userMatches(Collection<UserMatch> userMatches)
An array of UserMatch objects that matched the input face along with the confidence in the match.
|
SearchUsersByImageResponse.Builder |
SearchUsersByImageResponse.Builder.userMatches(Collection<UserMatch> userMatches)
An array of UserID objects that matched the input face, along with the confidence in the match.
|
Copyright © 2023. All rights reserved.