CompareFacesMatch

Provides information about a face in a target image that matches the source image face analyzed by CompareFaces. The Face property contains the bounding box of the face in the target image. The Similarity property is the confidence that the source image face matches the face in the bounding box.

Types

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

Properties

Link copied to clipboard

Provides face metadata (bounding box and confidence that the bounding box actually contains a face).

Link copied to clipboard

Level of confidence that the faces match.

Functions

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