public class BeautifyVideoRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
BeautyParam[] |
getBeautyParam()
Get 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。
|
String |
getOutputVideoType()
Get 目前只支持mp4
|
String |
getUrl()
Get 视频url地址
|
void |
setBeautyParam(BeautyParam[] BeautyParam)
Set 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。
|
void |
setOutputVideoType(String OutputVideoType)
Set 目前只支持mp4
|
void |
setUrl(String Url)
Set 视频url地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BeautifyVideoRequest()
public BeautifyVideoRequest(BeautifyVideoRequest source)
public String getUrl()
public void setUrl(String Url)
Url
- 视频url地址public BeautyParam[] getBeautyParam()
public void setBeautyParam(BeautyParam[] BeautyParam)
BeautyParam
- 美颜参数 - 美白、平滑、大眼和瘦脸。参数值范围[0, 100]。参数值为0,则不做美颜。参数默认值为0。目前默认取数组第一个元素是对所有人脸美颜。public String getOutputVideoType()
public void setOutputVideoType(String OutputVideoType)
OutputVideoType
- 目前只支持mp4Copyright © 2021. All rights reserved.