IdExtractionResult class

Data Model encapsulating the Id Extraction result

  • frontIdData front in the API response, data of the front side of the id
  • backIdData back in the API response, data of the back side of the id
  • frontLiveness front_liveness in the API response, the liveness score of the front image of the ID
  • backLiveness back_liveness in the API response, the liveness score of the back image of the ID
  • warning warning in the API response, the warning message
  • warningCode warning_code in the API response, the warning code
Inheritance

Constructors

IdExtractionResult(Map dataMap)

Properties

backIdData BackIdData?
read / write
backLiveness double?
read / write
error String?
read / writeinherited
errorCode List<String?>?
read / writeinherited
frontIdData FrontIdData?
read / write
frontLiveness double?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
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
shouldTerminate bool?
read / writeinherited
warning String?
read / write
warningCode List<String?>?
read / write

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