# TextLineSpecificationNameArray

`TextLineSpecificationNameArray` defines the collection of text line specification object names, used to refer to the `TextLineSpecification` objects.

## JSON Structure

**Location in template:**
```
LabelRecognizerTaskSettingOptions[i]
    └── TextLineSpecificationNameArray
```

**Parent object:** [LabelRecognizerTaskSetting](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/task-settings/label-recognizer-task-settings.md)

**Example:**

```json
{
    "TextLineSpecificationNameArray": ["tls_default"]
}
```

> [!NOTE]
> - This snippet shows only the `TextLineSpecificationNameArray` parameter.
> - To use it, embed this parameter within a [LabelRecognizerTaskSetting](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/task-settings/label-recognizer-task-settings.md) object in the complete JSON structure.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/index.md#minimal-valid-json-example)

## Parameter Details

| TextLineSpecificationNameArray Parameter Details |
| :----------------------------------- |
| **Type**<br>*String[]* |
| **Range**<br>Each element is the name of a `TextLineSpecification` object. |
| **Default Value**<br>['tls_default'] |
| **Remarks**<br>If `TextLineSpecificationNameArray` is not specified, a default array ["tls_default"] will be created. The `TextLineSpecification` object with the name "tls_default" will have a default configuration for all text lines.|
