FaceCompareAPIResult class
Class representing the response from EkyID services. (e.g face-compare, ocr)
Constructors
- FaceCompareAPIResult.new({double? cosineSimlarity, double? matchingScore, double? euclideanDistance})
-
FaceCompareAPIResult.fromJson(Map<
String, dynamic> ? json) -
Creates an instance of FaceCompareAPIResult from a
json
response.
Properties
- cosineSimlarity ↔ double?
-
getter/setter pair
- euclideanDistance ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- matchingScore ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
toJson(
FaceCompareAPIResult FaceCompareAPIResult) → Map< String, dynamic> -
Convert FaceCompareAPIResult to a
json
response.