DocReaderSdkSteps class
Constructors
- DocReaderSdkSteps(DocumentReader documentReader)
Properties
-
completionEvents
→ Stream<
CompletionEvent> -
no setter
- documentReader → DocumentReader
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scanResults
→ Stream<
ScanResult> -
no setter
Methods
-
dispose(
) → void -
handleCompletion(
DocReaderAction action, Results? result, DocReaderException? error) → void -
initialize(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scan(
Scenario scenario) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
recognize(
) → void