# Name

Parameter `Name` represents the name of a `CaptureVisionTemplate` object, which serves as its unique identifier.

## JSON Structure

**Location in template:**
```
CaptureVisionTemplates[i]
    └── Name
```

**Parent object:** [CaptureVisionTemplate](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/capture-vision-template.md) object

**Example:**

```json
{
    "Name" : "cv_0"
}
```

> [!NOTE]
> - This snippet shows only the `Name` parameter.
> - To use it, embed this parameter within a [CaptureVisionTemplate](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/capture-vision-template.md) 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

| Parameter Details |
| :----------------------------------- |
| **Type**<br>*String* |
| **Default Value**<br>It must be a mandatory setting value. |
| **Remarks**<br>It must be a unique name. |
