# EnableResultsDeduplication

Parameter `EnableResultsDeduplication` defines whether to enable the result deduplication.

## JSON Structure

**Location in template:**
```
TargetROIDefOptions[i]
    └── EnableResultsDeduplication
```

**Parent object:** [TargetROIDef](https://www.dynamsoft.com/capture-vision/docs/core/parameters/file/target-roi-definition/index.md) object

**Example:**

```json
{
    "EnableResultsDeduplication": 1
}
```

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

| EnableResultsDeduplication Parameter Details |
| :----------------------------------- |
| **Type**<br>*int* |
| **Range**<br>[0,1] |
| **Default Value**<br>1 |
| **Remarks**<br> Supports deduplication between barcodes and text lines. |
