Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
NormalizedImageElement
The NormalizedImageElement
interface extends the RegionObjectElement
interface and represents a normalized image element.
interface NormalizedImageElement extends RegionObjectElement {
imageData: DSImageData;
}
imageData
The image data for the normalized image.
See Also