DocumentDataExtractorGuidanceStates class

Configure the captions of the user guidance hints for different scanning states.

Constructors

DocumentDataExtractorGuidanceStates({String noDocumentFound = "?documentUserGuidanceNoDocumentFound", String scanningProgress = "?documentUserGuidanceScanningProgress", String tooDark = "?documentUserGuidanceTooDark", String tooSmall = "?documentUserGuidanceTooSmall", String badPerspective = "?documentUserGuidanceBadPerspective"})
DocumentDataExtractorGuidanceStates.fromJson(Map<String, dynamic> json)
factory

Properties

badPerspective String
The user guidance text displayed when the detected document is not in a good perspective (device tilted).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
noDocumentFound String
The user guidance text displayed when no document is found. Initial state.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanningProgress String
The user guidance text displayed when a document presence was detected and scanning is in progress.
getter/setter pair
tooDark String
The user guidance text displayed when it is too dark to capture an adequate image.
getter/setter pair
tooSmall String
The user guidance text displayed when the detected document is too far away and appears too small.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({ToJsonConfiguration? config}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited