Resource Base
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

CapturedResult

The CapturedResult interface describes the basic structure of a result item returned by Dynamsoft Capture Vision Router.

interface CapturedResult {
    readonly originalImageHashId: string;
    readonly originalImageTag: ImageTag;
    readonly items: Array<CapturedResultItem>;
}
Properties Type
originalImageHashId String
originalImageTag ImageTag
items Array

originalImageHashId

A string representing the hash ID of the original image.

readonly originalImageHashId: string;

originalImageTag

An ImageTag object representing the tag associated with the original image.

readonly originalImageTag: ImageTag;

items

An array of CapturedResultItem objects representing the captured result items.

readonly items: Array<CapturedResultItem>;

Is this page helpful?

YesYes NoNo

In this article:

version 3.0.10

  • version 2.2.10
  • Version 2.x
    • Version 2.2.10
    • Version 2.0.30
    • Version 2.0.20
    • Version 2.0.10
Change +