Need better scanning performance?
BarcodeFormatSpecificationNameArray
BarcodeFormatSpecificationNameArray defines the collection of BarcodeFormatSpecification object names, used to refer to the BarcodeFormatSpecification objects.
JSON Structure
Location in template:
BarcodeReaderTaskSettingOptions[i]
└── BarcodeFormatSpecificationNameArray
Parent object: BarcodeReaderTaskSetting
Example:
{
"BarcodeFormatSpecificationNameArray": ["bfs_default"]
}
- This snippet shows only the
BarcodeFormatSpecificationNameArrayparameter.- To use it, embed this parameter within a BarcodeReaderTaskSetting object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| BarcodeFormatSpecificationNameArray Parameter Details |
|---|
| Type String[] |
| Range Each element is the name of a BarcodeFormatSpecification object. |
| Default Value null |
| Remarks If BarcodeFormatSpecificationNameArray is not specified or null, a default configuration will be applied. |