FaceRecord

Object containing both the face metadata (stored in the backend database), and facial attributes that are detected but aren't stored in the database.

Types

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

Properties

Link copied to clipboard
val face: 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.

Link copied to clipboard

Structure containing attributes of the face that the algorithm detected.

Functions

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