FaceMatchResult class

Data model encapsulating the Face matching result

  • congruence congruence in the API response, How the two images match (the higher is the better) (value between 0-1).
  • liveness liveness in the API response, Detecting the confidence of how much is the selfie is real and not spoofed (the higher is the better) (value between 0-1).
  • selfieUrl selfie_image in the API response, a URL to the selfie image
Inheritance

Constructors

FaceMatchResult(Map dataMap)

Properties

congruence double?
getter/setter pair
error String?
getter/setter pairinherited
errorCode List<String?>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
liveness double?
getter/setter pair
message String?
getter/setter pairinherited
nextProcess String?
getter/setter pairinherited
overallStatus int?
getter/setter pairinherited
result int?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfieUrl String?
getter/setter pair
shouldTerminate bool?
getter/setter pairinherited

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