Need better scanning performance?
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
}
- This snippet shows only the
ReturnBarcodeZoneClarityparameter.- To use it, embed this parameter within a DecodeBarcodesStage object in the complete JSON structure.
- For the complete JSON structure, see:
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.