# CharacterModelName

The `CharacterModelName` parameter references the character model by its name.

## JSON Structure

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

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

**Example:**

```json
{
    "CharacterModelName": "NumberLetterCharRecognition"
}
```

> [!NOTE]
> - This snippet shows only the `CharacterModelName` 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

| CharacterModelName Parameter Details |
| :----------------------------------- |
| **Type**<br>*String* |
| **Range**<br>The name of a Character Model object that defined in `CaptureVisionModelOptions`. |
| **Default Value**<br>"NumberLetterCharRecognition" |
