| layout | default-layout |
|---|---|
| title | interface CandidateBarcodeZone - Dynamsoft Barcode Reader Module JS Edition API Reference |
| description | This page shows the JS edition of the interface CandidateBarcodeZone in Dynamsoft Barcode Reader Module. |
| keywords | candidate barcode zone, JS |
| needAutoGenerateSidebar | true |
| noTitleIndex | true |
The CandidateBarcodeZone interface represents a candidate barcode zone.
interface CandidateBarcodeZone {
location: Quadrilateral;
possibleFormats: EnumBarcodeFormat;
}Location of the candidate barcode zone within the image.
location: Quadrilateral;See also
- [Quadrilateral]({{ site.dcvb_js_api }}core/basic-structures/quadrilateral.html)
Possible formats of the localized barcode.
possibleFormats: EnumBarcodeFormat;See also
- [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js)