| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
MatchedUser |
MatchedUser.clone() |
MatchedUser |
UserMatch.getUser()
Confidence in the match of this UserID with the input face.
|
MatchedUser |
MatchedUser.withUserId(String userId)
A provided ID for the UserID.
|
MatchedUser |
MatchedUser.withUserStatus(String userStatus)
The status of the user matched to a provided FaceID.
|
MatchedUser |
MatchedUser.withUserStatus(UserStatus userStatus)
The status of the user matched to a provided FaceID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserMatch.setUser(MatchedUser user)
Confidence in the match of this UserID with the input face.
|
UserMatch |
UserMatch.withUser(MatchedUser user)
Confidence in the match of this UserID with the input face.
|
Copyright © 2025. All rights reserved.