CapturedResultItem
The CapturedResultItem class represents an item in a captured result. It is an abstract base class with multiple subclasses, each representing a different type of captured item such as barcode, text line, detected quad, normalized image, raw image, parsed item, etc.
Definition
Package: com.dynamsoft.core.basic_structures
public class CapturedResultItem
Methods
| Method | Description |
|---|---|
getType |
Gets the type of the captured result item. |
getReferenceItem |
Gets the referenced item in the captured result. |
getTargetROIDefName |
Gets the name of the target ROI definition. |
getTaskName |
Gets the name of the task. |
getType
Gets the type of the captured result item.
public @EnumCapturedResultItemType int getType()
Return Value
Returns the type of the captured result item.
See Also
getReferenceItem
Gets the referenced item in the captured result item.
public CapturedResultItem getReferenceItem()
Return Value
Returns a referenced item in the captured result item.
See Also
getTargetROIDefName
Gets the name of the target ROI definition.
public String getTargetROIDefName()
Return Value
Returns the name of the target ROI definition.
getTaskName
Gets the name of the task.
public String getTaskName()
Return Value
Returns the name of the task.