CoreResult class

Constructors

CoreResult({Uint8List? frontImage, Polygon? frontDocumentPosition, Uint8List? backImage, Polygon? backDocumentPosition, MrzDataResult? mrzData, DocumentResult? document, List<BarcodeResult?>? documentBarcodes, Map<String?, String?>? visualInspectionZoneResult})

Properties

backDocumentPosition Polygon?
getter/setter pair
backImage Uint8List?
getter/setter pair
document DocumentResult?
getter/setter pair
documentBarcodes List<BarcodeResult?>?
getter/setter pair
frontDocumentPosition Polygon?
getter/setter pair
frontImage Uint8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mrzData MrzDataResult?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visualInspectionZoneResult Map<String?, String?>?
getter/setter pair

Methods

encode() Object
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

decode(Object message) CoreResult