Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
ScaledDownColourImageUnit
The ScaledDownColourImageUnit
interface extends the IntermediateResultUnit
interface and represents a scaled-down colour image unit.
interface ScaledDownColourImageUnit extends IntermediateResultUnit {
imageData: DSImageData;
}
imageData
The image data for the scaled-down colour image.