AnalyzerResult class

The result of the capture analysis.

Contains the information about each document side, completeness status of the capture process and the document group.

Constructors

AnalyzerResult.new(Map<String, dynamic> nativeAnalyzerResult)
The result of the capture analysis.

Properties

completenessStatus CompletenessStatus?
Contains the completeness status of the capture process. See CompletenessStatus for more information.
getter/setter pair
documentGroup DocumentGroup?
Contains the information about the document group classification. See DocumentGroup enum for more information
getter/setter pair
firstCapture SideCaptureResult?
Contains the result of the first side capture. See SideCaptureResult for more detailed information.
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
secondCapture SideCaptureResult?
Contains the result of the second side capture. See SideCaptureResult for more detailed information.
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