View source: R/rekognition_operations.R
rekognition_search_users_by_image | R Documentation |
Searches for UserIDs using a supplied image. It first detects the largest face in the image, and then searches a specified collection for matching UserIDs.
See https://www.paws-r-sdk.com/docs/rekognition_search_users_by_image/ for full documentation.
rekognition_search_users_by_image(
CollectionId,
Image,
UserMatchThreshold = NULL,
MaxUsers = NULL,
QualityFilter = NULL
)
CollectionId |
[required] The ID of an existing collection containing the UserID. |
Image |
[required] |
UserMatchThreshold |
Specifies the minimum confidence in the UserID match to return. Default value is 80. |
MaxUsers |
Maximum number of UserIDs to return. |
QualityFilter |
A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.