public class VideoEnhanceConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VideoEnhanceConfig()  | 
VideoEnhanceConfig(VideoEnhanceConfig 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 | 
|---|---|
ArtifactRepairConfig | 
getArtifactRepair()
Get Artifact removal (smoothing) configuration. 
 | 
ColorEnhanceConfig | 
getColorEnhance()
Get Color enhancement configuration. 
 | 
VideoDenoiseConfig | 
getDenoise()
Get Image noise removal configuration. 
 | 
FaceEnhanceConfig | 
getFaceEnhance()
Get Face enhancement configuration. 
 | 
FrameRateConfig | 
getFrameRate()
Get Frame interpolation configuration. 
 | 
HdrConfig | 
getHdr()
Get HDR configuration. 
 | 
ImageQualityEnhanceConfig | 
getImageQualityEnhance()
Get Overall enhancement configuration. 
 | 
LowLightEnhanceConfig | 
getLowLightEnhance()
Get Low-light enhancement configuration. 
 | 
ScratchRepairConfig | 
getScratchRepair()
Get Banding removal configuration. 
 | 
SharpEnhanceConfig | 
getSharpEnhance()
Get Detail enhancement configuration. 
 | 
SuperResolutionConfig | 
getSuperResolution()
Get Super resolution configuration. 
 | 
void | 
setArtifactRepair(ArtifactRepairConfig ArtifactRepair)
Set Artifact removal (smoothing) configuration. 
 | 
void | 
setColorEnhance(ColorEnhanceConfig ColorEnhance)
Set Color enhancement configuration. 
 | 
void | 
setDenoise(VideoDenoiseConfig Denoise)
Set Image noise removal configuration. 
 | 
void | 
setFaceEnhance(FaceEnhanceConfig FaceEnhance)
Set Face enhancement configuration. 
 | 
void | 
setFrameRate(FrameRateConfig FrameRate)
Set Frame interpolation configuration. 
 | 
void | 
setHdr(HdrConfig Hdr)
Set HDR configuration. 
 | 
void | 
setImageQualityEnhance(ImageQualityEnhanceConfig ImageQualityEnhance)
Set Overall enhancement configuration. 
 | 
void | 
setLowLightEnhance(LowLightEnhanceConfig LowLightEnhance)
Set Low-light enhancement configuration. 
 | 
void | 
setScratchRepair(ScratchRepairConfig ScratchRepair)
Set Banding removal configuration. 
 | 
void | 
setSharpEnhance(SharpEnhanceConfig SharpEnhance)
Set Detail enhancement configuration. 
 | 
void | 
setSuperResolution(SuperResolutionConfig SuperResolution)
Set Super resolution configuration. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VideoEnhanceConfig()
public VideoEnhanceConfig(VideoEnhanceConfig source)
public FrameRateConfig getFrameRate()
public void setFrameRate(FrameRateConfig FrameRate)
FrameRate - Frame interpolation configuration.
Note: This field may return null, indicating that no valid values can be obtained.public SuperResolutionConfig getSuperResolution()
public void setSuperResolution(SuperResolutionConfig SuperResolution)
SuperResolution - Super resolution configuration.
Note: This field may return null, indicating that no valid values can be obtained.public HdrConfig getHdr()
public void setHdr(HdrConfig Hdr)
Hdr - HDR configuration.
Note: This field may return null, indicating that no valid values can be obtained.public VideoDenoiseConfig getDenoise()
public void setDenoise(VideoDenoiseConfig Denoise)
Denoise - Image noise removal configuration.
Note: This field may return null, indicating that no valid values can be obtained.public ImageQualityEnhanceConfig getImageQualityEnhance()
public void setImageQualityEnhance(ImageQualityEnhanceConfig ImageQualityEnhance)
ImageQualityEnhance - Overall enhancement configuration.
Note: This field may return null, indicating that no valid values can be obtained.public ColorEnhanceConfig getColorEnhance()
public void setColorEnhance(ColorEnhanceConfig ColorEnhance)
ColorEnhance - Color enhancement configuration.
Note: This field may return null, indicating that no valid values can be obtained.public SharpEnhanceConfig getSharpEnhance()
public void setSharpEnhance(SharpEnhanceConfig SharpEnhance)
SharpEnhance - Detail enhancement configuration.
Note: This field may return null, indicating that no valid values can be obtained.public FaceEnhanceConfig getFaceEnhance()
public void setFaceEnhance(FaceEnhanceConfig FaceEnhance)
FaceEnhance - Face enhancement configuration.
Note: This field may return null, indicating that no valid values can be obtained.public LowLightEnhanceConfig getLowLightEnhance()
public void setLowLightEnhance(LowLightEnhanceConfig LowLightEnhance)
LowLightEnhance - Low-light enhancement configuration.
Note: This field may return null, indicating that no valid values can be obtained.public ScratchRepairConfig getScratchRepair()
public void setScratchRepair(ScratchRepairConfig ScratchRepair)
ScratchRepair - Banding removal configuration.
Note: This field may return null, indicating that no valid values can be obtained.public ArtifactRepairConfig getArtifactRepair()
public void setArtifactRepair(ArtifactRepairConfig ArtifactRepair)
ArtifactRepair - Artifact removal (smoothing) configuration.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.