Table of contents
Swift
Objective-C

DeformationResistedBarcodeImageUnit

A unit that holds the deformation-resisted barcode which includes the corresponding image data, its location, and the barcode format.

interface DeformationResistedBarcodeImageUnit extends Core.IntermediateResultUnit {
    deformationResistedBarcode: DeformationResistedBarcode;
}

deformationResistedBarcode

The deformation-resisted barcode.

deformationResistedBarcode: DeformationResistedBarcode;

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: