Face

class Face

Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.

Types

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

Properties

Link copied to clipboard

Bounding box of the face.

Link copied to clipboard

Confidence level that the bounding box contains a face (and not a different object such as a tree).

Link copied to clipboard

Identifier that you assign to all the faces in the input image.

Link copied to clipboard

Unique identifier that Amazon Rekognition assigns to the face.

Link copied to clipboard

Unique identifier that Amazon Rekognition assigns to the input image.

Link copied to clipboard

The version of the face detect and storage model that was used when indexing the face vector.

Link copied to clipboard

Unique identifier assigned to the user.

Functions

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