Table of contents
Swift
Objective-C

CandidateBarcodeZone Class

CandidateBarcodeZone is a class that represents the information of a single candidate barcode zone.

Definition

Assembly: DynamsoftBarcodeReader.aar

Namespace: com.dynamsoft.dbr.intermediate_results

class CandidateBarcodeZone

Attributes

Attribute Description
location The location of the candidate barcode zone.
possibleFormats The possible barcode formats of the barcode in the candidate barcode zone.

location

The location of the candidate barcode zone within the image represented as a Quadrilateral.

Quadrilateral location;

possibleFormats

The possible format(s) of the barcode in the candidate barcode zone.

long possibleFormats;

Is this page helpful?

YesYes NoNo

In this article: