Need better scanning performance?
PredetectRegionsStage
PredetectRegionsStage identifies regions of interest (ROIs). The pre-detected region may be identified based on color features, grayscale features, or neural network localization. In JSON, it is represented as a Stage object with "Stage": "SST_PREDETECT_REGIONS".
JSON Structure
Location in template:
DocumentNormalizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_PREDETECT_REGIONS")
Parent object: StageArray within RegionsPredetectionSection
Example:
{
"Stage": "SST_PREDETECT_REGIONS",
"RegionPredetectionModes": [
{
"Mode": "RPM_GENERAL"
}
]
}
- This snippet shows a Stage object configured for region predetection.
- To use it, add this object to the
StageArraywithin a RegionsPredetectionSection.- For the complete JSON structure, see:
Parameters
Stage
Specifies the stage type. Fixed value: SST_PREDETECT_REGIONS.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_PREDETECT_REGIONS" |
RegionPredetectionModes
Controls how to find a region of interest (ROI) within the image or frame. See RegionPredetectionModes for details.