VehicleLicenseExtractionResult class

Data model for the Vehicle License extraction result

  • frontVehicleLicenseData front in the API response, data of the front side of the vehicle license
  • backVehicleLicenseData back in the API response, data of the back side of the vehicle license
  • frontLiveness front_liveness in the API response, the liveness score of the front image of the vehicle license
  • backLiveness back_liveness in the API response, the liveness score of the back image of the vehicle license
  • warning warning in the API response, the warning message
  • warningCode warning_code in the API response, the warning code
Inheritance

Constructors

VehicleLicenseExtractionResult(Map dataMap)

Properties

backLiveness double?
getter/setter pair
backVehicleLicenseData BackVehicleLicenseData?
getter/setter pair
error String?
getter/setter pairinherited
errorCode List<String?>?
getter/setter pairinherited
frontLiveness double?
getter/setter pair
frontVehicleLicenseData FrontVehicleLicenseData?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
shouldTerminate bool?
getter/setter pairinherited
warning String?
getter/setter pair
warningCode List<String?>?
getter/setter pair

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