ImageAnalysisResult class

Defines possible color and moire statuses determined from scanned image.

Constructors

ImageAnalysisResult(Map<String, dynamic> nativeImageAnalysisResult)

Properties

barcodeDetectionStatus ImageAnalysisDetectionStatus?
TBarcode detection status determined from the scanned image.
getter/setter pair
blurred bool?
Whether the image is blurred.
getter/setter pair
cardOrientation CardOrientation?
Orientation determined from the scanned image.
getter/setter pair
cardRotation CardRotation?
Document card rotation status determined from the scanned image.
getter/setter pair
documentImageColorStatus DocumentImageColorStatus?
The color status determined from scanned image.
getter/setter pair
documentImageMoireStatus ImageAnalysisDetectionStatus?
The Moire pattern detection status determined from the scanned image.
getter/setter pair
faceDetectionStatus ImageAnalysisDetectionStatus?
Face detection status determined from the scanned image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mrzDetectionStatus ImageAnalysisDetectionStatus?
Mrz detection status determined from the scanned image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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