Table of contents

CapturedResultBase

The CapturedResultBase interface describes the base structure of all captured result object returned by Dynamsoft Capture Vision Router.

interface CapturedResultBase {
    readonly errorCode: number;
    readonly errorString: string;
    readonly originalImageHashId: string;
    readonly originalImageTag: Core.ImageTag;
}

errorCode

Error code associated with the capture result.

errorString

Error string providing details about the error.

originalImageHashId

The hash ID of the original image.

originalImageTag

The tag associated with the original image.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: