FaceComparisonResult class

Constructors

FaceComparisonResult({int score, int authenticationThreshold, int max})
FaceComparisonResult.fromJson(Map<String, dynamic> json)

Properties

authenticationThreshold num
Comparisons with scores higher than the threshold may be considered authenticated
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
max num
Maximum possilbe score
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
score num
The result score
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

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