ComplementedBarcodeImageUnit
A unit of data that contains complemented barcode image. It extends the IntermediateResultUnit
interface.
interface ComplementedBarcodeImageUnit extends Core.IntermediateResultUnit {
imageData: Core.DSImageData;
location: Core.Quadrilateral;
}
imageData
The image data of the complemented barcode.
imageData: Core.DSImageData;
See also
location
The location of the complemented barcode in a quadrilateral.
location: Core.Quadrilateral;
See also