ListFacesRequest

Types

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

Properties

Link copied to clipboard

ID of the collection from which to list the faces.

Link copied to clipboard

An array of face IDs to filter results with when listing faces in a collection.

Link copied to clipboard

Maximum number of faces to return.

Link copied to clipboard

If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.

Link copied to clipboard

An array of user IDs to filter results with when listing faces in a collection.

Functions

Link copied to clipboard
inline fun copy(block: ListFacesRequest.Builder.() -> Unit = {}): ListFacesRequest
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