Resource Base
Table of contents

CapturedResultItem

The CapturedResultItem interface 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.

NOTE:

Depending on the functional module that generated the result item, the interface may vary:

interface CapturedResultItem {
    readonly type: EnumCapturedResultItemType;
    readonly referencedItem: CapturedResultItem;
}

type

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

See Also

EnumCapturedResultItemType

referencedItem

A property of type CapturedResultItem that represents a reference to another captured result item.

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

version 3.0.33

  • Latest version(2.2.30)
  • Version 2.x
    • Version 2.2.10
    • Version 2.0.30
    • Version 2.0.20
    • Version 2.0.10
Change +
© 2003–2024 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support