# TextLineRecModelName

The `TextLineRecModelName` parameter references the text line recognition model by its name.

## JSON Structure

**Location in template:**
```
TextLineSpecificationOptions[i]
    └── TextLineRecModelName
```

**Parent object:** [TextLineSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/auxiliary/text-line-specification.html) object

**Example:**

```json
{
    "TextLineRecModelName": "MRZTextLineRecognition"
}
```

> [!NOTE]
> - This snippet shows only the `TextLineRecModelName` parameter.
> - To use it, embed this parameter within a [TextLineSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/auxiliary/text-line-specification.html) object.
> - 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

| TextLineRecModelName Parameter Details |
| :----------------------------------- |
| **Type**<br>*String* |
| **Range**<br>The name of a Text Line Recognition Model object that defined in `CaptureVisionModelOptions`. |
| **Default Value**<br>"" |
