CompareFacesMatch class

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.

Constructors

CompareFacesMatch({ComparedFace? face, double? similarity})
CompareFacesMatch.fromJson(Map<String, dynamic> json)
factory

Properties

face ComparedFace?
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
similarity double?
Level of confidence that the faces match.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited