faceMatches property

List<CompareFacesMatch>? faceMatches
final

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.

Implementation

final List<CompareFacesMatch>? faceMatches;