FaceMatch class

Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.

Constructors

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

Properties

face Face?
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
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?
Confidence in the match of this face with the input face.
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