Need better scanning performance?
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
Example:
{
"Contrast": 0
}
- This snippet shows only the
Contrastparameter.- To use it, embed this parameter within an EnhanceImageStage object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| Contrast Parameter Details |
|---|
| Type int |
| Range [-100,100] |
| Default Value 0 |