SectionImageParameterArray
SectionImageParameterArray
is a parameter that defines ImageParameter
in section unit. Each SectionImageParameterArray
element is a group of a section name and a ImageParameter
name so that this section will use the ImageParameter you specified. If a section is not specified in the array, it will use the default ImageParameter
configuration.
The LabelRecognizerTask
includes the following sections:
ST_REGION_PREDETECTION
ST_TEXT_LINE_LOCALIZATION
ST_TEXT_LINE_RECOGNITION
Example
{
"SectionImageParameterArray":
[
{
"Section": "ST_REGION_PREDETECTION",
"ImageParameterName": "IP_0"
},
{
"Section": "ST_TEXT_LINE_LOCALIZATION",
"ImageParameterName": "IP_1"
},
{
"Section": "ST_TEXT_LINE_RECOGNITION",
"ImageParameterName": "IP_1"
}
]
}
Parameter Summary
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 the ImageParameter that you want to implement in this section. It must be one of the name that defined under ImageParameterOptions. |
Type String |