rekognition_search_users_by_image: Searches for UserIDs using a supplied image

View source: R/rekognition_operations.R

rekognition_search_users_by_imageR Documentation

Searches for UserIDs using a supplied image

Description

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.

Usage

rekognition_search_users_by_image(
  CollectionId,
  Image,
  UserMatchThreshold = NULL,
  MaxUsers = NULL,
  QualityFilter = NULL
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.