Package com.geniusscansdk.scanflow
Class ScanResult.Scan
- java.lang.Object
-
- com.geniusscansdk.scanflow.ScanResult.Scan
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ScanResult
public static class ScanResult.Scan extends java.lang.Object implements java.io.Serializable
A single page that was scanned during the scan flow.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.io.File
enhancedImageFile
The image after the processing operations (perspective correction, filter…).java.io.File
originalImageFile
The original image that was captured by the camera.
-
Constructor Summary
Constructors Constructor Description Scan(java.io.File originalImageFile, java.io.File enhancedImageFile)
-