Table of contents
Swift
Objective-C

CandidateBarcodeZone

The CandidateBarcodeZone interface represents a candidate barcode zone.

interface CandidateBarcodeZone {
    location: Quadrilateral;
    possibleFormats: EnumBarcodeFormat;
}

location

Location of the candidate barcode zone within the image.

location: Quadrilateral;

See also

possibleFormats

Possible formats of the localized barcode.

possibleFormats: EnumBarcodeFormat;

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: