Table of contents

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

Namespace: Dynamsoft.Core

Assembly: Dynamsoft.Core.dll

public abstract class CapturedResultItem 

Methods

Method Description
GetCapturedResultItemType Gets the type of the captured result item.
GetReferenceItem Gets a pointer to 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.

abstract EnumCapturedResultItemType GetCapturedResultItemType()

Return Value

Returns the type of the captured result item.

See Also

EnumCapturedResultItemType

GetReferenceItem

Gets the referenced item in the captured result item.

abstract CapturedResultItem GetReferenceItem()

Return Value

Returns a referenced item in the captured result item.

See Also

CapturedResultItem

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: