FaceMatch

class FaceMatch

Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.

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 source image, and external image ID that you assigned.

Link copied to clipboard

Confidence in the match of this face with the input face.

Functions

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