Class ExportedScanResult
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResult implements Serializable
ExportedScanResult
A single scan result exported from the Anyline SDK, containing the plugin-specific result data together with the associated scan images.
-
-
Field Summary
Fields Modifier and Type Field Description public PluginResultpluginResultpublic ExportedScanResultImageContainerimageContainerpublic ExportedScanResultImageParametersimageParameters
-
Constructor Summary
Constructors Constructor Description ExportedScanResult()
-
Method Summary
Modifier and Type Method Description PluginResultgetPluginResult()PluginResult Describes all kinds of scan results (Required) voidsetPluginResult(PluginResult pluginResult)PluginResult Describes all kinds of scan results (Required) ExportedScanResultImageContainergetImageContainer()ExportedScanResultImageContainer Specifies how and where scan result images are delivered. voidsetImageContainer(ExportedScanResultImageContainer imageContainer)ExportedScanResultImageContainer Specifies how and where scan result images are delivered. ExportedScanResultImageParametersgetImageParameters()ExportedScanResultImageParameters Output format and quality settings applied to all images exported with this scan result. voidsetImageParameters(ExportedScanResultImageParameters imageParameters)ExportedScanResultImageParameters Output format and quality settings applied to all images exported with this scan result. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getPluginResult
PluginResult getPluginResult()
PluginResult
Describes all kinds of scan results (Required)
-
setPluginResult
void setPluginResult(PluginResult pluginResult)
PluginResult
Describes all kinds of scan results (Required)
-
getImageContainer
ExportedScanResultImageContainer getImageContainer()
ExportedScanResultImageContainer
Specifies how and where scan result images are delivered. Use saved to store images to disk, or encoded to receive them as base64 strings in the result. (Required)
-
setImageContainer
void setImageContainer(ExportedScanResultImageContainer imageContainer)
ExportedScanResultImageContainer
Specifies how and where scan result images are delivered. Use saved to store images to disk, or encoded to receive them as base64 strings in the result. (Required)
-
getImageParameters
ExportedScanResultImageParameters getImageParameters()
ExportedScanResultImageParameters
Output format and quality settings applied to all images exported with this scan result. (Required)
-
setImageParameters
void setImageParameters(ExportedScanResultImageParameters imageParameters)
ExportedScanResultImageParameters
Output format and quality settings applied to all images exported with this scan result. (Required)
-
hashCode
int hashCode()
-
-
-
-