ListFacesResponse

Types

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

Properties

Link copied to clipboard

Version number of the face detection model associated with the input collection (CollectionId).

Link copied to clipboard
val faces: List<Face>?

An array of Face objects.

Link copied to clipboard

If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.

Functions

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