Table of contents

Need better scanning performance?

Get a FREE customized reading template.

SubGroups

Parameter SubGroups defines the layout of subgroups of the TextLineSpecification object. It can be nested recursively defined.

JSON Structure

Location in template:

TextLineSpecificationOptions[i]
    └── SubGroups

Parent object: TextLineSpecification object

Example:

{
    "SubGroups" : [
        {
            "Name": "tls_0_0",
            "ApplicableTextLineNumbers": "3-5",
            "SubGroups" : [
                {
                    "Name": "tls_0_0_0",
                    "ApplicableTextLineNumbers": "4"
                }
            ]
        },
        {
        }
    ]
}

SubGroups example

Parameter Details

Parameter Details
Type
Array
Range
Array of TextLineSpecification Object
Default Value
null. It means that there are no definitions in the subgroups of this TextLineSpecification object.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: