# ImageSourceName

Parameter `ImageSourceName` indicates the input source name, used to refer to the `ImageSource` object. It is used to define the input image source of DCV.

## JSON Structure

**Location in template:**
```
CaptureVisionTemplates[i]
    └── ImageSourceName
```

**Parent object:** [CaptureVisionTemplate](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/capture-vision-template.md) object

**Example:**

```json
{
    "ImageSourceName": "isa_1"
}
```

> [!NOTE]
> - This snippet shows only the `ImageSourceName` 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

| ImageSourceName Parameter Details |
| :----------------------------------- |
| **Type**<br>*String* |
| **Range**<br>The name of the `ImageSource` object. |
| **Default Value**<br>"" |
| **Remarks**<br>"" indicates that there is no default input image source, which needs to be specified using the `SetInput` API.|
