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

NormalizedImagesResult

The NormalizedImagesResult interface holds information on normalized images, of type NormalizedImageResultItem, derived from an original image.

Definition

interface NormalizedImagesResult {
    readonly errorCode: number;
    readonly errorString: string;
    readonly originalImageHashId: string;
    readonly originalImageTag: ImageTag;
    readonly normalizedImageResultItems: Array<NormalizedImageResultItem>;
}

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.

See Also

ImageTag

normalizedImageResultItems

An array of NormalizedImageResultItem objects, each representing a piece of the original image after normalization.

See Also

NormalizedImageResultItem

Is this page helpful?

YesYes NoNo

In this article:

Version 2.2.10

    • version 2.2.10
    • Version 2.x
      • Version 2.0.21
      • Version 2.0.20
      • Version 2.0.11
    • Version 1.x
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
    Change +