AssociateFacesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Idempotent token used to identify the request to AssociateFaces. If you use the same token with multiple AssociateFaces requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.

Link copied to clipboard

The ID of an existing collection containing the UserID.

Link copied to clipboard

An array of FaceIDs to associate with the UserID.

Link copied to clipboard

The ID for the existing UserID.

Link copied to clipboard

An optional value specifying the minimum confidence in the UserID match to return. The default value is 75.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String