EnhancedImageUnit
The EnhancedImageUnit class represents an intermediate result unit whose type is enhanced images.
Definition
Package: com.dynamsoft.ddn.intermediate_results
Inheritance: IntermediateResultUnit -> EnhancedImageUnit
public class EnhancedImageUnit extends IntermediateResultUnit
Methods
| Method | Description |
|---|---|
getEnhancedImage |
Gets an EnhancedImageElement object from current object. |
setEnhancedImage |
Sets the enhanced image. |
getEnhancedImage
Gets an EnhancedImageElement object from current unit.
public EnhancedImageElement getEnhancedImage()
Return Value
Returns the EnhancedImageElement object.
See Also
setEnhancedImage
Sets the enhanced image.
public void setEnhancedImage(EnhancedImageElement element) throws DocumentNormalizerException
Parameters
element The enhanced image to be set.
Exceptions
See Also