Documentation
Table of contents

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 BarcodeReaderTask includes the following sections:

  • ST_REGION_PREDETECTION
  • ST_BARCODE_LOCALIZATION
  • ST_BARCODE_DECODING

Example

{
    "SectionImageParameterArray":
    [
        {
            "Section": "ST_REGION_PREDETECTION",
            "ImageParameterName": "IP_0"
        },
        {
            "Section": "ST_BARCODE_LOCALIZATION",
            "ImageParameterName": "IP_1"
        },
        {
            "Section": "ST_BARCODE_DECODING",
            "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_BARCODE_LOCALIZATION
ST_BARCODE_DECODING
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

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support