EnhancedImagesUnit Class
The EnhancedImagesUnit class represents an intermediate result unit whose type is enhanced images.
Definition
Namespace: Dynamsoft.DDN.intermediate_results
class EnhancedImagesUnit: IntermediateResultUnit
Inheritance: IntermediateResultUnit -> EnhancedImagesUnit
Methods
| Method | Description |
|---|---|
GetEnhancedImage |
Gets an EnhancedImageElement object from current object. |
SetEnhancedImage |
Sets the enhanced image. |
GetEnhancedImage
Gets an EnhancedImageElement object from current unit.
EnhancedImageElement GetEnhancedImage()
Return Value
Returns the EnhancedImageElement object.
See Also
SetEnhancedImage
Sets the enhanced image.
int SetEnhancedImage(EnhancedImageElement enhancedImage)
Parameters
[in] enhancedImage The enhanced image to be set.
Return value
Returns 0 if successful, otherwise returns a negative value.
See Also