> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ILocalContrastParams

> ILocalContrastParams object in FlexiCapture scripts: tune brightness, contrast, noise level, and radius for the local contrast filter on page images.

## What it does

Configures contrasting parameters.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Properties

| **Name**         | **Type** | **Access** | **Description**                                                                |
| ---------------- | -------- | ---------- | ------------------------------------------------------------------------------ |
| Brightness       | int      | Read/write | Defines brightness of an image. Possible values are from 0 to 256.             |
| Contrast         | int      | Read/write | Defines contrasting level.                                                     |
| NoiseLevel       | int      | Read/write | Defines noise level that will not increase. Possible values are from 0 to 256. |
| NoiseSensitivity | int      | Read/write | Defines how sensitive an image is to an automatic noise level correction.      |
| Radius           | int      | Read/write | A filter localization degree.                                                  |
| TargetBrightness | int      | Read/write | A target brightness level. Possible values are from 0 to 255.                  |
