Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 972 Bytes

File metadata and controls

43 lines (30 loc) · 972 Bytes
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

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

  • [Quadrilateral]({{ site.dcvb_js_api }}core/basic-structures/quadrilateral.html)

possibleFormats

Possible formats of the localized barcode.

possibleFormats: EnumBarcodeFormat;

See also

  • [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js)