Builder

class Builder

Properties

Link copied to clipboard

The ID of an existing collection containing the UserID.

Link copied to clipboard
var image: Image?

Provides the input image either as bytes or an S3 object.

Link copied to clipboard

Maximum number of UserIDs to return.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the minimum confidence in the UserID match to return. Default value is 80.

Functions

Link copied to clipboard
fun image(block: Image.Builder.() -> Unit)