Table of contents
Swift
Objective-C

DeformationResistedBarcodeImageUnit

A unit of data that contains deformation resisted barcode image. It extends the IntermediateResultUnit interface.

interface DeformationResistedBarcodeImageUnit extends Core.IntermediateResultUnit {
    imageData: Core.DSImageData;
}

imageData

The image data of the deformation resisted barcode.

imageData: Core.DSImageData;

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: