Need better scanning performance?
LocalizeBarcodesStage
LocalizeBarcodesStage accurately determines the positions of barcodes within the identified candidate regions. In JSON, it is represented as a Stage object with "Stage": "SST_LOCALIZE_BARCODES".
JSON Structure
Location in template:
BarcodeReaderTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_LOCALIZE_BARCODES")
Parent object: StageArray within BarcodeLocalizationSection
Example:
{
"Stage": "SST_LOCALIZE_BARCODES"
}
- This snippet shows a Stage object configured for localizing barcodes.
- To use it, add this object to the
StageArraywithin a BarcodeLocalizationSection.- For the complete JSON structure, see:
Parameters
Stage
Specifies the stage type. Fixed value: SST_LOCALIZE_BARCODES.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_LOCALIZE_BARCODES" |