Need better scanning performance?
ReferenceObjectFilter
Parameter ReferenceObjectFilter is a group of filter conditions for figuring out the reference objects.
{
"ReferenceObjectFilter":
{
"ReferenceTargetROIDefNameArray": [],
"AtomicResultTypeArray" : ["ART_TEXT_LINE","ART_BARCODE","ART_FRAME"],
"ReferenceTaskNameArray": ["DBR_task"],
"BarcodeFilteringCondition": {},
"FrameFilteringCondition": {},
"TextLineFilteringCondition":{},
"RegionFilteringCondition": {
"RegionPredetectionMode": "RPM_GENERAL",
"LabelIdArray": [0, 1, 2]
}
}
}
| Name | Description |
|---|---|
ReferenceTargetROIDefNameArray |
Filter the reference object by specifying TargetROI names. |
AtomicResultTypeArray |
Filter the reference object by specifying the type of atomic results. |
ReferenceTaskNameArray |
Filter the reference object by specifying the reference task name array. |
BarcodeFilteringCondition |
One of the filter conditions. Filter the reference objects with the decoded barcode information. |
FrameFilteringCondition |
One of the filter conditions. Filter the reference objects with the frame information. |
RegionFilteringCondition |
One of the filter conditions. Filter the reference objects with the predetected region information. |
TextLineFilteringCondition |
One of the filter conditions. Filter the reference objects with the text line content. |