Table of contents

SectionArray

SectionArray is a parameter that defines which sections exist under the LabelRecognizerTask. A Section is a sequence of Stages that form a relatively complete processing unit, producing milestone results that include location information along with other details.

The LabelRecognizerTask includes the following sections:

{
    "SectionArray":
    [
        {
            "Section": "ST_REGION_PREDETECTION",
            // Other parameters...
        },
        {
            "Section": "ST_TEXT_LINE_LOCALIZATION",
            // Other parameters...
        },
        {
            "Section": "ST_TEXT_LINE_RECOGNITION",
            // Other parameters...
        }
    ]
}

Is this page helpful?

YesYes NoNo

In this article: