public class ScratchRepairInfo extends AbstractModel
skipSign
Constructor and Description |
---|
ScratchRepairInfo() |
ScratchRepairInfo(ScratchRepairInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getIntensity()
Get The banding removal strength.
|
String |
getSwitch()
Get Whether to enable banding removal.
|
String |
getType()
Get The banding removal type.
|
void |
setIntensity(Float Intensity)
Set The banding removal strength.
|
void |
setSwitch(String Switch)
Set Whether to enable banding removal.
|
void |
setType(String Type)
Set The banding removal type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScratchRepairInfo()
public ScratchRepairInfo(ScratchRepairInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable banding removal. Valid values:
public Float getIntensity()
public void setIntensity(Float Intensity)
Intensity
- The banding removal strength. Value range: 0.0 – 1.0. This parameter is valid only if `Switch` is `ON`.
Default value: `0.0`.public String getType()
public void setType(String Type)
Type
- The banding removal type. This parameter is valid only if `Switch` is `ON`. Valid values:
Copyright © 2023. All rights reserved.