IRekognitionSearchUsersByImageRequest
Interface in AWS.Rekognition
Interface for SearchUsersByImage requests.
Ancestors
Properties
CollectionId
property CollectionId: string
Specify the ID of a collection to search for UserIDs in.
Image
property Image: IRekognitionImage
Type: IRekognitionImage
Specify an image to detect the the search image from.
MaxUsers
property MaxUsers: TOptional<Integer>
Optionally, specify the maximum number of UserIDs to return.
QualityFilter
property QualityFilter: string
Optionally, specify a quality bar for how much filtering is done to identify faces.
Valid values: NONE | AUTO | LOW | MEDIUM | HIGH.
UserMatchThreshold
property UserMatchThreshold: TOptional<Single>
Optionally, specify a minimum confidence in the UserID match to return.
Valid range: 0 - 100. If not provided, a default value of 80% will be used.