faceMatches property

List<FaceMatch>? faceMatches
final

An array of faces that matched the input face, along with the confidence in the match.

Implementation

final List<FaceMatch>? faceMatches;