IRekognitionSearchUsersRequest
Interface in AWS.Rekognition
Interface for SearchUsers requests.
Ancestors
Properties
CollectionId
property CollectionId: string
Specify the ID of a collection to search for UserIDs in.
FaceId
property FaceId: string
Specify the ID of an existing face to search for.
The search will be based on the closest user ID to the face ID (highest similarity).
MaxUsers
property MaxUsers: TOptional<Integer>
Optionally, specify the maximum number of users to return.
Valid range: 1 - 500.
UserId
property UserId: string
Specify the ID of an existing user to search for.
UserMatchThreshold
property UserMatchThreshold: TOptional<Single>
Optionally, specify a minimum confidence in the user match to return.
Valid range: 0 - 100. If not provided, a default value of 80% will be used.