FaceComprate class

Constructors

FaceComprate({List<List<int>>? bboxFaces1, List<List<int>>? bboxFaces2, int? faceCompare, String? message, int? numFaces1, int? numFaces2, int? resultCode, String? score})
FaceComprate.fromJson(String str)
factory
FaceComprate.fromMap(Json json)
factory

Properties

bboxFaces1 List<List<int>>?
final
bboxFaces2 List<List<int>>?
final
faceCompare int?
final
hashCode int
The hash code for this object.
no setterinherited
message String?
final
numFaces1 int?
final
numFaces2 int?
final
resultCode int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score String?
final

Methods

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

Operators

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