DynamsoftService class

A service class for interacting with scanning devices and jobs.

Constructors

DynamsoftService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteJob(String host, String jobId) Future<void>
Deletes a scan job based on the provided job ID.
getDevices(String host, [int? scannerType]) Future<List>
Fetches the list of available scanners from Dynamsoft Service.
getImageFiles(String host, String jobId, String directory) Future<List<String>>
Saves images from a scan job to a directory.
getImageStreams(String host, String jobId) Future<List<Uint8List>>
Retrieves images as byte streams from a scan job.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scanDocument(String host, Map<String, dynamic> parameters) Future<String>
Creates a new scan job using provided parameters.
toString() String
A string representation of this object.
inherited

Operators

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