ExportedScanResult class
A single scan result exported from the Anyline SDK, containing the plugin-specific result data together with the associated scan images.
Constructors
- ExportedScanResult({ExportedScanResultImageContainer? imageContainer, ExportedScanResultImageParameters? imageParameters, PluginResult? pluginResult})
-
ExportedScanResult.fromJson(Map<
String, dynamic> json) -
factory
- ExportedScanResult.fromRawJson(String str)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageContainer ↔ ExportedScanResultImageContainer?
-
Specifies how and where the scan result images are delivered.
getter/setter pair
- imageParameters ↔ ExportedScanResultImageParameters?
-
Output format and quality settings applied to all images exported with this scan result.
getter/setter pair
- pluginResult ↔ PluginResult?
-
The plugin-specific scan result produced by the Anyline SDK.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toRawJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited