Need better scanning performance?
TaskSettingNameArray
Parameter TaskSettingNameArray represents the collection of task setting object names, used to refer to the CodeParserTaskSetting objects.
JSON Structure
Location in template:
SemanticProcessingOptions[i]
└── TaskSettingNameArray
Parent object: SemanticProcessing object
Example:
{
"TaskSettingNameArray": ["CPT1_PARSE_VIN"]
}
- This snippet shows only the
TaskSettingNameArrayparameter.- To use it, embed this parameter within a SemanticProcessing object.
- For the complete JSON structure, see:
Parameter Details
| TaskSettingNameArray Parameter Details |
|---|
| Type String[] |
| Range Each element represents the name of a CodeParserTaskSetting object. |