Table of contents
Swift
Objective-C

ExtendedBarcodeResult

An extended barcode result in a decoded barcode element. It contains information such as the type of extended barcode, deformation, clarity, and a sampling image of the barcode.

interface ExtendedBarcodeResult extends DecodedBarcodeElement {
    extendedBarcodeResultType: EnumExtendedBarcodeResultType;
    deformation: number;
    clarity: number;
    samplingImage: Core.DSImageData;
}

extendedBarcodeResultType

The type of extended barcode result.

extendedBarcodeResultType: EnumExtendedBarcodeResultType;

See also

deformation

The degree of deformation or distortion in the decoded barcode.

deformation: number;

clarity

The clarity or quality of the decoded barcode.

clarity: number;

samplingImage

The sampling image of the decoded barcode.

samplingImage: Core.DSImageData;

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: