Package io.anyline.plugin.result
Class ExportedScanResultImages
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResultImages implements Serializable
Exported ScanResult Images
Configuration for Exported ScanResult Images
-
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImages()
-
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)
-
-
Method Detail
-
getCutoutImage
String getCutoutImage()
The source of cutout image as specified in the container.
-
setCutoutImage
void setCutoutImage(String cutoutImage)
The source of cutout image as specified in the container.
-
getFaceImage
String getFaceImage()
The source of face image as specified in the container.
-
setFaceImage
void setFaceImage(String faceImage)
The source of face image as specified in the container.
-
hashCode
int hashCode()
-
-
-
-