SideCaptureResult class

Result of the document side capture.

Contains the original and transformed image of the captured document side and the information about the document side and DPI.

Constructors

SideCaptureResult.new(Map<String, dynamic> nativeCaptureResult)
Result of the document side capture.

Properties

capturedImage String?
Contains the original image of the captured document, untransformed, as it was used in analysis.
getter/setter pair
dpiAdjusted bool?
Indicates whether DPI was adjusted. If the document is captured at a lower dpi than the minimumDocumentDpi in AnalyzerSettings, the property is set to true.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side DocumentSide?
Contains the document side classification. If side classification was uncertain, Unknown is returned. See DocumentSide enum for more detailed information.
getter/setter pair
transformedImage String?
Contains the image of a cropped and perspective-corrected document. The transformed image is returned in the correct orientation.
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