Need better scanning performance?
ImageROIProcessingNameArray
Parameter ImageROIProcessingNameArray defines the collection of image ROI processing object names, used to refer to the TargetROIDef objects
JSON Structure
Location in template:
CaptureVisionTemplates[i]
└── ImageROIProcessingNameArray
Parent object: CaptureVisionTemplate object
Example:
{
"ImageROIProcessingNameArray": ["dlr_roi"]
}
- This snippet shows only the
ImageROIProcessingNameArrayparameter.- To use it, embed this parameter within a CaptureVisionTemplate object.
- For the complete JSON structure, see:
Parameter Details
| ImageROIProcessingNameArray Parameter Details |
|---|
| Type String[] |
| Range Each element is the name of a TargetROIDef object. |
| Default Value [‘roi_default’] |
| Remarks If ImageROIProcessingNameArray is not specified, a default array [“roi_default”] will be created. The TargetROIDef object with the name “roi_default” will have a default configuration of tasks including one barcode reading task, one label recognition task, and one document normalizer task. |