CompareFacesResponse class

Constructors

CompareFacesResponse({List<CompareFacesMatch>? faceMatches, ComparedSourceImageFace? sourceImageFace, OrientationCorrection? sourceImageOrientationCorrection, OrientationCorrection? targetImageOrientationCorrection, List<ComparedFace>? unmatchedFaces})
CompareFacesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

faceMatches List<CompareFacesMatch>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceImageFace ComparedSourceImageFace?
The face in the source image that was used for comparison.
final
sourceImageOrientationCorrection OrientationCorrection?
The value of SourceImageOrientationCorrection is always null.
final
targetImageOrientationCorrection OrientationCorrection?
The value of TargetImageOrientationCorrection is always null.
final
unmatchedFaces List<ComparedFace>?
An array of faces in the target image that did not match the source image 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