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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getImage() The full frame image captured at the moment of the scan result.
      void setImage(String image) The full frame image captured at the moment of the scan result.
      String getCutoutImage() The cropped cutout image corresponding to the scanned region.
      void setCutoutImage(String cutoutImage) The cropped cutout image corresponding to the scanned region.
      String getFaceImage() The face image extracted from the scanned document, if available.
      void setFaceImage(String faceImage) The face image extracted from the scanned document, if available.
      String toString()
      int hashCode()
      boolean equals(Object other)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportedScanResultImages

        ExportedScanResultImages()