Table of contents

EnhancedImagesUnit

The EnhancedImagesUnit interface extends the IntermediateResultUnit interface and represents a unit of enhanced images.

interface EnhancedImagesUnit extends IntermediateResultUnit {
    enhancedImage: EnhancedImageElement;
}

EnhancedImage

EnhancedImageElement objects, representing a piece of the original image after enhancing.

enhancedImages: EnhancedImageElement;

See Also

IntermediateResultUnit

EnhancedImageElement

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: