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 StringgetImage()The source of full frame image as specified in the container. voidsetImage(String image)The source of full frame image as specified in the container. StringgetCutoutImage()The source of cutout image as specified in the container. voidsetCutoutImage(String cutoutImage)The source of cutout image as specified in the container. StringgetFaceImage()The source of face image as specified in the container. voidsetFaceImage(String faceImage)The source of face image as specified in the container. StringtoString()inthashCode()booleanequals(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()
-
-
-
-