OriginalImageResultItem
The OriginalImageResultItem class extends the CapturedResultItem class and represents an original image result item.
Definition
Namespace: com.dynamsoft.core.basic_structures
Assembly: DynamsoftCaptureVisionBundle.aar
class OriginalImageResultItem extends CapturedResultItem
Methods
| Methods | Description |
|---|---|
getImageData |
Get the image data of the captured original image result item. |
Inherited Methods
| Method | Description |
|---|---|
getType |
Get the type of the captured result item, indicating what kind of data it represents. |
getReferenceItem |
Get a property of type CapturedResultItem that represents a reference to another captured result item. |
getTargetROIDefName |
Gets the name of the TargetROIDef object which includes a task that generated the result. |
getTaskName |
The name of the task that generated the result. |
getImageData
Get the image data of the captured original image result item.
@Nullable
ImageData getImageData();
Return Value
The image data of the captured original image result item.