Table of contents

Need better scanning performance?

Get a FREE customized reading template.

ReturnBarcodeZoneClarity

ReturnBarcodeZoneClarity defines whether to return the clarity of the barcode zone. The SDK uses the gray gradient changes of adjacent pixels to measure the clarity of the code area. The result value range is 0~100, the larger the number, the clearer it is.

JSON Structure

Location in template:

BarcodeReaderTaskSettingOptions[i]
    └── SectionArray[j] (Section object)
        └── StageArray[k] (Stage object where Stage = "SST_DECODE_BARCODES")
            └── ReturnBarcodeZoneClarity

Parent object: DecodeBarcodesStage

Example:

{
    "ReturnBarcodeZoneClarity": 0
}

Parameter Details

ReturnBarcodeZoneClarity Parameter Details
Type
int
Range
[0, 1]
Default Value
0

Remarks

  • 0: do not return the clarity of the barcode zone.
  • 1: return the clarity of the barcode zone.

This page is compatible for: