Table of contents

CapturedResultItem

The CapturedResultItem class provides a common structure for representing different types of captured results. Each specific captured result item type will have its own implementation and additional properties specific to that type.

Definition

Namespace: Dynamsoft.Core.Maui

Assembly: Dynamsoft.Core.Maui

class CapturedResultItem

Properties

Property Type Description
Type EnumCapturedResultItemType The type of the captured result item, indicating what kind of data it represents.
TargetROIDefName string The name of the TargetROIDef object which includes a task that generated the result.
TaskName string The name of the task that generated the result.

Type

The type of the captured result item, indicating what kind of data it represents.

EnumCapturedResultItemType Type { get; }

TargetROIDefName

The name of the TargetROIDef object which includes a task that generated the result. The name is defined in a CaptureVisionTemplate.

string TargetROIDefName { get; }

TaskName

The name of the task that generated the result. The name is defined in a CaptureVisionTemplate.

string TaskName { get; }

Is this page helpful?

YesYes NoNo

In this article: