
com.tencentcloudapi.ie.v20200304.models.VideoEnhance Maven / Gradle / Ivy
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.ie.v20200304.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class VideoEnhance extends AbstractModel{
/**
* 去编码毛刺、伪影参数。
*/
@SerializedName("ArtifactReduction")
@Expose
private ArtifactReduction ArtifactReduction;
/**
* 去噪声参数。
*/
@SerializedName("Denoising")
@Expose
private Denoising Denoising;
/**
* 颜色增强参数。
*/
@SerializedName("ColorEnhance")
@Expose
private ColorEnhance ColorEnhance;
/**
* 细节增强参数。
*/
@SerializedName("Sharp")
@Expose
private Sharp Sharp;
/**
* 超分参数,可选项:2,目前仅支持2倍超分。
*/
@SerializedName("WdSuperResolution")
@Expose
private Long WdSuperResolution;
/**
* 人脸保护信息。
*/
@SerializedName("FaceProtect")
@Expose
private FaceProtect FaceProtect;
/**
* 插帧,取值范围:[0, 60],单位:Hz。
注意:当取值为 0,表示帧率和原始视频保持一致。
*/
@SerializedName("WdFps")
@Expose
private Long WdFps;
/**
* 去划痕参数
*/
@SerializedName("ScratchRepair")
@Expose
private ScratchRepair ScratchRepair;
/**
* 低光照增强参数
*/
@SerializedName("LowLightEnhance")
@Expose
private LowLightEnhance LowLightEnhance;
/**
* Get 去编码毛刺、伪影参数。
* @return ArtifactReduction 去编码毛刺、伪影参数。
*/
public ArtifactReduction getArtifactReduction() {
return this.ArtifactReduction;
}
/**
* Set 去编码毛刺、伪影参数。
* @param ArtifactReduction 去编码毛刺、伪影参数。
*/
public void setArtifactReduction(ArtifactReduction ArtifactReduction) {
this.ArtifactReduction = ArtifactReduction;
}
/**
* Get 去噪声参数。
* @return Denoising 去噪声参数。
*/
public Denoising getDenoising() {
return this.Denoising;
}
/**
* Set 去噪声参数。
* @param Denoising 去噪声参数。
*/
public void setDenoising(Denoising Denoising) {
this.Denoising = Denoising;
}
/**
* Get 颜色增强参数。
* @return ColorEnhance 颜色增强参数。
*/
public ColorEnhance getColorEnhance() {
return this.ColorEnhance;
}
/**
* Set 颜色增强参数。
* @param ColorEnhance 颜色增强参数。
*/
public void setColorEnhance(ColorEnhance ColorEnhance) {
this.ColorEnhance = ColorEnhance;
}
/**
* Get 细节增强参数。
* @return Sharp 细节增强参数。
*/
public Sharp getSharp() {
return this.Sharp;
}
/**
* Set 细节增强参数。
* @param Sharp 细节增强参数。
*/
public void setSharp(Sharp Sharp) {
this.Sharp = Sharp;
}
/**
* Get 超分参数,可选项:2,目前仅支持2倍超分。
* @return WdSuperResolution 超分参数,可选项:2,目前仅支持2倍超分。
*/
public Long getWdSuperResolution() {
return this.WdSuperResolution;
}
/**
* Set 超分参数,可选项:2,目前仅支持2倍超分。
* @param WdSuperResolution 超分参数,可选项:2,目前仅支持2倍超分。
*/
public void setWdSuperResolution(Long WdSuperResolution) {
this.WdSuperResolution = WdSuperResolution;
}
/**
* Get 人脸保护信息。
* @return FaceProtect 人脸保护信息。
*/
public FaceProtect getFaceProtect() {
return this.FaceProtect;
}
/**
* Set 人脸保护信息。
* @param FaceProtect 人脸保护信息。
*/
public void setFaceProtect(FaceProtect FaceProtect) {
this.FaceProtect = FaceProtect;
}
/**
* Get 插帧,取值范围:[0, 60],单位:Hz。
注意:当取值为 0,表示帧率和原始视频保持一致。
* @return WdFps 插帧,取值范围:[0, 60],单位:Hz。
注意:当取值为 0,表示帧率和原始视频保持一致。
*/
public Long getWdFps() {
return this.WdFps;
}
/**
* Set 插帧,取值范围:[0, 60],单位:Hz。
注意:当取值为 0,表示帧率和原始视频保持一致。
* @param WdFps 插帧,取值范围:[0, 60],单位:Hz。
注意:当取值为 0,表示帧率和原始视频保持一致。
*/
public void setWdFps(Long WdFps) {
this.WdFps = WdFps;
}
/**
* Get 去划痕参数
* @return ScratchRepair 去划痕参数
*/
public ScratchRepair getScratchRepair() {
return this.ScratchRepair;
}
/**
* Set 去划痕参数
* @param ScratchRepair 去划痕参数
*/
public void setScratchRepair(ScratchRepair ScratchRepair) {
this.ScratchRepair = ScratchRepair;
}
/**
* Get 低光照增强参数
* @return LowLightEnhance 低光照增强参数
*/
public LowLightEnhance getLowLightEnhance() {
return this.LowLightEnhance;
}
/**
* Set 低光照增强参数
* @param LowLightEnhance 低光照增强参数
*/
public void setLowLightEnhance(LowLightEnhance LowLightEnhance) {
this.LowLightEnhance = LowLightEnhance;
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamObj(map, prefix + "ArtifactReduction.", this.ArtifactReduction);
this.setParamObj(map, prefix + "Denoising.", this.Denoising);
this.setParamObj(map, prefix + "ColorEnhance.", this.ColorEnhance);
this.setParamObj(map, prefix + "Sharp.", this.Sharp);
this.setParamSimple(map, prefix + "WdSuperResolution", this.WdSuperResolution);
this.setParamObj(map, prefix + "FaceProtect.", this.FaceProtect);
this.setParamSimple(map, prefix + "WdFps", this.WdFps);
this.setParamObj(map, prefix + "ScratchRepair.", this.ScratchRepair);
this.setParamObj(map, prefix + "LowLightEnhance.", this.LowLightEnhance);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy