Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

NormalizedImagesUnit

The NormalizedImagesUnit interface extends the IntermediateResultUnit interface and represents a unit of normalized images.

interface NormalizedImagesUnit extends IntermediateResultUnit {
    normalizedImages: Array<NormalizedImageElement>;
}

normalizedImages

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

normalizedImages: Array<NormalizedImageElement>;

See Also

IntermediateResultUnit

NormalizedImageElement

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: