| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
UserMatch |
UserMatch.clone() |
UserMatch |
UserMatch.withSimilarity(Float similarity)
Describes the UserID metadata.
|
UserMatch |
UserMatch.withUser(MatchedUser user)
Confidence in the match of this UserID with the input face.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserMatch> |
SearchUsersByImageResult.getUserMatches()
An array of UserID objects that matched the input face, along with the confidence in the match.
|
List<UserMatch> |
SearchUsersResult.getUserMatches()
An array of UserMatch objects that matched the input face along with the confidence in the match.
|
| Modifier and Type | Method and Description |
|---|---|
SearchUsersByImageResult |
SearchUsersByImageResult.withUserMatches(UserMatch... userMatches)
An array of UserID objects that matched the input face, along with the confidence in the match.
|
SearchUsersResult |
SearchUsersResult.withUserMatches(UserMatch... userMatches)
An array of UserMatch objects that matched the input face along with the confidence in the match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchUsersByImageResult.setUserMatches(Collection<UserMatch> userMatches)
An array of UserID objects that matched the input face, along with the confidence in the match.
|
void |
SearchUsersResult.setUserMatches(Collection<UserMatch> userMatches)
An array of UserMatch objects that matched the input face along with the confidence in the match.
|
SearchUsersByImageResult |
SearchUsersByImageResult.withUserMatches(Collection<UserMatch> userMatches)
An array of UserID objects that matched the input face, along with the confidence in the match.
|
SearchUsersResult |
SearchUsersResult.withUserMatches(Collection<UserMatch> userMatches)
An array of UserMatch objects that matched the input face along with the confidence in the match.
|
Copyright © 2023. All rights reserved.