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?
read / write
error String?
read / writeinherited
errorCode List<String?>?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
liveness double?
read / write
message String?
read / writeinherited
nextProcess String?
read / writeinherited
overallStatus int?
read / writeinherited
result int?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
selfieUrl String?
read / write
shouldTerminate bool?
read / writeinherited

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