Need better scanning performance?
SectionImageParameterArray
Parameter SectionImageParameterArray defines the image processing algorithms that implemented in the task. Each member of the array defines an algorithm section as well as its image processing parameters.
Example
{
"SectionImageParameterArray":
[
{
"Section": "ST_REGION_PREDETECTION",
"ImageParameterName": "IP_0"
},
{
"Section": "ST_TEXT_LINE_LOCALIZATION",
"ImageParameterName": "IP_1"
}
]
}
Parameter Summary
Note: Parameter SectionImageParameterArray is available for BarcodeReaderTaskSetting, LabelRecognizerTaskSetting and DocumentNormalizerTaskSetting. It has different parameter range and default value under different parent object.
As a BarcodeReaderTaskSetting Parameter
| Child Parameter Name | Child Parameter Summary |
|---|---|
| Section |
Description Specifies an algorithm section. |
| Type String |
|
| Range One of the following SectionType as a string. ST_REGION_PREDETECTION ST_BARCODE_LOCALIZATION ST_BARCODE_DECODING |
|
| ImageParameterName |
Description Specifies a name that defined under ImageParameterOptions. |
| Type String |
As a DocumentNormalizerTaskSetting Parameter
| Child Parameter Name | Child Parameter Summary |
|---|---|
| Section |
Description Specifies an algorithm section. |
| Type String |
|
| Range One of the following SectionType as a string. ST_REGION_PREDETECTION ST_DOCUMENT_DETECTION ST_DOCUMENT_NORMALIZATION |
|
| ImageParameterName |
Description Specifies a name that defined under ImageParameterOptions. |
| Type String |
As a LabelRecognizerTaskSetting Parameter
| Child Parameter Name | Child Parameter Summary |
|---|---|
| Section |
Description Specifies an algorithm section. |
| Type String |
|
| Range One of the following SectionType as a string. ST_REGION_PREDETECTION ST_TEXT_LINE_LOCALIZATION ST_TEXT_LINE_RECOGNITION |
|
| ImageParameterName |
Description Specifies a name that defined under ImageParameterOptions. |
| Type String |