Need better scanning performance?
CodeParserTaskSetting Object
The CodeParserTaskSetting object defines configurations for parsing barcode text into structured data fields. It specifies which code specification files to use and where to find the parsing resources.
Example
{
"Name": "CPT1_PARSE_VIN",
"CodeSpecifications": ["VIN"],
"ResourcesPath": "../VIN/"
}
Parameters
A CodeParserTaskSetting object contains the following parameters:
| Parameter Name | Type | Required/Optional | Description |
|---|---|---|---|
Name |
String | Required | The unique identifier for this CodeParserTaskSetting object. Must be unique among all task setting objects. |
CodeSpecifications |
String Array | Optional | An array of code specification file names that define how to parse the barcode text into structured fields. |
ResourcesPath |
String | Optional | The directory path containing the resources needed for code parsing (e.g., specification files, models). |