Package io.anyline.plugin.result
Class ExportedScanResultImages
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResultImages implements Serializable
ExportedScanResultImages
References to the images captured during scanning. Each field is a file path (saved container) or base64 string (encoded container). Fields are only populated for image types the active plugin produces.
-
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImages()
-
Method Summary
Modifier and Type Method Description StringgetImage()The full frame image captured at the moment of the scan result. voidsetImage(String image)The full frame image captured at the moment of the scan result. StringgetCutoutImage()The cropped cutout image corresponding to the scanned region. voidsetCutoutImage(String cutoutImage)The cropped cutout image corresponding to the scanned region. StringgetFaceImage()The face image extracted from the scanned document, if available. voidsetFaceImage(String faceImage)The face image extracted from the scanned document, if available. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
setImage
void setImage(String image)
The full frame image captured at the moment of the scan result.
-
getCutoutImage
String getCutoutImage()
The cropped cutout image corresponding to the scanned region.
-
setCutoutImage
void setCutoutImage(String cutoutImage)
The cropped cutout image corresponding to the scanned region.
-
getFaceImage
String getFaceImage()
The face image extracted from the scanned document, if available.
-
setFaceImage
void setFaceImage(String faceImage)
The face image extracted from the scanned document, if available.
-
hashCode
int hashCode()
-
-
-
-