Table of contents

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

Is this page helpful?

YesYes NoNo

In this article: