# BaseTargetROIDefName

Parameter `BaseTargetROIDefName` represents the name of another `TargetROIDef` object. It is used to inherit the parameters defined in its parent `TargetROIDef` object. If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object.

## JSON Structure

**Location in template:**
```
TargetROIDefOptions[i]
    └── BaseTargetRoidefName
```

**Parent object:** [TargetROIDef](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/target-roi-definition/index.md) object

**Example:**

```json
{
    "BaseTargetROIDefName": "roi_1"
}
```

> [!NOTE]
> - This snippet shows only the `BaseTargetRoidefName` parameter.
> - To use it, embed this parameter within a [TargetROIDef](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/target-roi-definition/index.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

| BaseTargetROIDefName Parameter Details |
| :----------------------------------- |
| **Type**<br>*String* |
| **Range**<br>The name of the inherited `TargetROIDef` object. |
| **Default Value**<br>"" |
| **Remarks**<br>(1) "" stands for no inheritance.<br>(2) If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object.|
