public class VideoEnhance extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VideoEnhance() | 
| VideoEnhance(VideoEnhance 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 | 
|---|---|
| ArtifactReduction | getArtifactReduction()Get 去编码毛刺、伪影参数。 | 
| ColorEnhance | getColorEnhance()Get 颜色增强参数。 | 
| Denoising | getDenoising()Get 去噪声参数。 | 
| FaceProtect | getFaceProtect()Get 人脸保护信息。 | 
| LowLightEnhance | getLowLightEnhance()Get 低光照增强参数 | 
| ScratchRepair | getScratchRepair()Get 去划痕参数 | 
| Sharp | getSharp()Get 细节增强参数。 | 
| VideoRepair | getVideoRepair()Get 视频画质修复参数 | 
| VideoSuperResolution | getVideoSuperResolution()Get 视频超分参数 | 
| Long | getWdFps()Get 插帧,取值范围:[0, 60],单位:Hz。
注意:当取值为 0,表示帧率和原始视频保持一致。 | 
| Long | getWdSuperResolution()Get 超分参数,可选项:2,目前仅支持2倍超分。
注意:此参数已经弃用,超分可以使用VideoSuperResolution参数 | 
| void | setArtifactReduction(ArtifactReduction ArtifactReduction)Set 去编码毛刺、伪影参数。 | 
| void | setColorEnhance(ColorEnhance ColorEnhance)Set 颜色增强参数。 | 
| void | setDenoising(Denoising Denoising)Set 去噪声参数。 | 
| void | setFaceProtect(FaceProtect FaceProtect)Set 人脸保护信息。 | 
| void | setLowLightEnhance(LowLightEnhance LowLightEnhance)Set 低光照增强参数 | 
| void | setScratchRepair(ScratchRepair ScratchRepair)Set 去划痕参数 | 
| void | setSharp(Sharp Sharp)Set 细节增强参数。 | 
| void | setVideoRepair(VideoRepair VideoRepair)Set 视频画质修复参数 | 
| void | setVideoSuperResolution(VideoSuperResolution VideoSuperResolution)Set 视频超分参数 | 
| void | setWdFps(Long WdFps)Set 插帧,取值范围:[0, 60],单位:Hz。
注意:当取值为 0,表示帧率和原始视频保持一致。 | 
| void | setWdSuperResolution(Long WdSuperResolution)Set 超分参数,可选项:2,目前仅支持2倍超分。
注意:此参数已经弃用,超分可以使用VideoSuperResolution参数 | 
| 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 VideoEnhance()
public VideoEnhance(VideoEnhance source)
public ArtifactReduction getArtifactReduction()
public void setArtifactReduction(ArtifactReduction ArtifactReduction)
ArtifactReduction - 去编码毛刺、伪影参数。public Denoising getDenoising()
public void setDenoising(Denoising Denoising)
Denoising - 去噪声参数。public ColorEnhance getColorEnhance()
public void setColorEnhance(ColorEnhance ColorEnhance)
ColorEnhance - 颜色增强参数。public Sharp getSharp()
public void setSharp(Sharp Sharp)
Sharp - 细节增强参数。public Long getWdSuperResolution()
public void setWdSuperResolution(Long WdSuperResolution)
WdSuperResolution - 超分参数,可选项:2,目前仅支持2倍超分。
注意:此参数已经弃用,超分可以使用VideoSuperResolution参数public FaceProtect getFaceProtect()
public void setFaceProtect(FaceProtect FaceProtect)
FaceProtect - 人脸保护信息。public Long getWdFps()
public void setWdFps(Long WdFps)
WdFps - 插帧,取值范围:[0, 60],单位:Hz。
注意:当取值为 0,表示帧率和原始视频保持一致。public ScratchRepair getScratchRepair()
public void setScratchRepair(ScratchRepair ScratchRepair)
ScratchRepair - 去划痕参数public LowLightEnhance getLowLightEnhance()
public void setLowLightEnhance(LowLightEnhance LowLightEnhance)
LowLightEnhance - 低光照增强参数public VideoSuperResolution getVideoSuperResolution()
public void setVideoSuperResolution(VideoSuperResolution VideoSuperResolution)
VideoSuperResolution - 视频超分参数public VideoRepair getVideoRepair()
public void setVideoRepair(VideoRepair VideoRepair)
VideoRepair - 视频画质修复参数Copyright © 2025. All rights reserved.