DocumentScanningResult class

Result for document scanning.

Constructors

DocumentScanningResult({required DocumentScanningResultPdf? pdf, required List<String> images})
Constructor to create an instance of DocumentScanningResult.
DocumentScanningResult.fromJson(Map json)
Returns an instance of DocumentScanningResult from a given json.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
images List<String>
Returns the scanned images or null if DocumentFormat.jpeg was not specified when creating the scanner options.
final
pdf DocumentScanningResultPdf?
Returns the PDF result or null if DocumentFormat.pdf was not specified when creating the scanner options.
final
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.
override

Operators

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