# Contrast

`Contrast` specifies the contrast of the image.

## JSON Structure

**Location in template:**
```
DocumentNormalizerTaskSettingOptions[i]
    └── SectionArray[j] (Section object)
        └── StageArray[k] (Stage object where Stage = "SST_ENHANCE_IMAGE")
            └── Contrast
```

**Parent object:** [EnhanceImageStage](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/document-normalizer-task-settings/stage-enhance-image.md)

**Example:**

```json
{
    "Contrast": 0
}
```

> [!NOTE]
> - This snippet shows only the `Contrast` parameter.
> - To use it, embed this parameter within an [EnhanceImageStage](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/document-normalizer-task-settings/stage-enhance-image.md) object in the complete JSON structure.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#minimal-valid-json-example)

## Parameter Details

| Contrast Parameter Details |
| :------------------------ |
| **Type**<br>*int* |
| **Range**<br>[-100,100] |
| **Default Value**<br>0 |
