Class BeautifyVideoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.fmu.v20191213.models.BeautifyVideoRequest
-
public class BeautifyVideoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BeautifyVideoRequest()BeautifyVideoRequest(BeautifyVideoRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeautyParam[]getBeautyParam()Get 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。StringgetOutputVideoType()Get 目前只支持mp4StringgetUrl()Get 视频url地址voidsetBeautyParam(BeautyParam[] BeautyParam)Set 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。voidsetOutputVideoType(String OutputVideoType)Set 目前只支持mp4voidsetUrl(String Url)Set 视频url地址voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BeautifyVideoRequest
public BeautifyVideoRequest()
-
BeautifyVideoRequest
public BeautifyVideoRequest(BeautifyVideoRequest 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.
-
-
Method Detail
-
getUrl
public String getUrl()
Get 视频url地址- Returns:
- Url 视频url地址
-
setUrl
public void setUrl(String Url)
Set 视频url地址- Parameters:
Url- 视频url地址
-
getBeautyParam
public BeautyParam[] getBeautyParam()
Get 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。- Returns:
- BeautyParam 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。
-
setBeautyParam
public void setBeautyParam(BeautyParam[] BeautyParam)
Set 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。- Parameters:
BeautyParam- 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。
-
getOutputVideoType
public String getOutputVideoType()
Get 目前只支持mp4- Returns:
- OutputVideoType 目前只支持mp4
-
setOutputVideoType
public void setOutputVideoType(String OutputVideoType)
Set 目前只支持mp4- Parameters:
OutputVideoType- 目前只支持mp4
-
-