CompareFacesResponse

Types

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

Properties

Link copied to clipboard

An array of faces in the target image that match the source image face. Each CompareFacesMatch object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.

Link copied to clipboard

The face in the source image that was used for comparison.

Link copied to clipboard

The value of SourceImageOrientationCorrection is always null.

Link copied to clipboard

The value of TargetImageOrientationCorrection is always null.

Link copied to clipboard

An array of faces in the target image that did not match the source image face.

Functions

Link copied to clipboard
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