Need better scanning performance?
Brightness
Brightness defines the brightness of the target image.
JSON Structure
Location in template:
DocumentNormalizerTaskSettingOptions[i]
└── SectionArray[j] (Section object)
└── StageArray[k] (Stage object where Stage = "SST_ENHANCE_IMAGE")
└── Brightness
Parent object: EnhanceImageStage
Example:
{
"Brightness": 0
}
- This snippet shows only the
Brightnessparameter.- To use it, embed this parameter within an EnhanceImageStage object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| Brightness Parameter Details |
|---|
| Type int |
| Range [-100, 100] |
| Default Value 0 |