CapturedResultItem
The CapturedResultItem class represents an item in a captured result. It is an 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
Namespace: Dynamsoft.Core
public class CapturedResultItem : IDisposable
Methods
| Method | Description |
|---|---|
GetCapturedResultItemType |
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. |
GetCapturedResultItemType
Gets the type of the captured result item.
EnumCapturedResultItemType GetCapturedResultItemType()
Return Value
Returns the type of the captured result item.
See Also
GetReferenceItem
Gets the referenced item in the captured result item.
CapturedResultItem GetReferenceItem()
Return Value
Returns a referenced item in the captured result item.
See Also
GetTargetROIDefName
Gets the name of the target ROI definition.
string GetTargetROIDefName()
Return Value
Returns the name of the target ROI definition.
GetTaskName
Gets the name of the task.
string GetTaskName()
Return Value
Returns the name of the task.