Class ExportedScanResultImages

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ExportedScanResultImages
     implements Serializable
                        

    Exported ScanResult Images

    Configuration for Exported ScanResult Images

    • 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 source of full frame image as specified in the container.
      void setImage(String image) The source of full frame image as specified in the container.
      String getCutoutImage() The source of cutout image as specified in the container.
      void setCutoutImage(String cutoutImage) The source of cutout image as specified in the container.
      String getFaceImage() The source of face image as specified in the container.
      void setFaceImage(String faceImage) The source of face image as specified in the container.
      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()