Class BeautyParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.fmu.v20191213.models.BeautyParam
-
public class BeautyParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BeautyParam()
BeautyParam(BeautyParam 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 Long
getEyeEnlargeLevel()
Get 大眼程度,取值范围[0,100]。0不大眼,100代表最高程度。默认值70。Long
getFaceShrinkLevel()
Get 瘦脸程度,取值范围[0,100]。0不瘦脸,100代表最高程度。默认值70。Long
getSmoothingLevel()
Get 磨皮程度,取值范围[0,100]。0不磨皮,100代表最高程度。默认值30。Long
getWhitenLevel()
Get 美白程度,取值范围[0,100]。0不美白,100代表最高程度。默认值30。void
setEyeEnlargeLevel(Long EyeEnlargeLevel)
Set 大眼程度,取值范围[0,100]。0不大眼,100代表最高程度。默认值70。void
setFaceShrinkLevel(Long FaceShrinkLevel)
Set 瘦脸程度,取值范围[0,100]。0不瘦脸,100代表最高程度。默认值70。void
setSmoothingLevel(Long SmoothingLevel)
Set 磨皮程度,取值范围[0,100]。0不磨皮,100代表最高程度。默认值30。void
setWhitenLevel(Long WhitenLevel)
Set 美白程度,取值范围[0,100]。0不美白,100代表最高程度。默认值30。void
toMap(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
-
BeautyParam
public BeautyParam()
-
BeautyParam
public BeautyParam(BeautyParam 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
-
getWhitenLevel
public Long getWhitenLevel()
Get 美白程度,取值范围[0,100]。0不美白,100代表最高程度。默认值30。- Returns:
- WhitenLevel 美白程度,取值范围[0,100]。0不美白,100代表最高程度。默认值30。
-
setWhitenLevel
public void setWhitenLevel(Long WhitenLevel)
Set 美白程度,取值范围[0,100]。0不美白,100代表最高程度。默认值30。- Parameters:
WhitenLevel
- 美白程度,取值范围[0,100]。0不美白,100代表最高程度。默认值30。
-
getSmoothingLevel
public Long getSmoothingLevel()
Get 磨皮程度,取值范围[0,100]。0不磨皮,100代表最高程度。默认值30。- Returns:
- SmoothingLevel 磨皮程度,取值范围[0,100]。0不磨皮,100代表最高程度。默认值30。
-
setSmoothingLevel
public void setSmoothingLevel(Long SmoothingLevel)
Set 磨皮程度,取值范围[0,100]。0不磨皮,100代表最高程度。默认值30。- Parameters:
SmoothingLevel
- 磨皮程度,取值范围[0,100]。0不磨皮,100代表最高程度。默认值30。
-
getEyeEnlargeLevel
public Long getEyeEnlargeLevel()
Get 大眼程度,取值范围[0,100]。0不大眼,100代表最高程度。默认值70。- Returns:
- EyeEnlargeLevel 大眼程度,取值范围[0,100]。0不大眼,100代表最高程度。默认值70。
-
setEyeEnlargeLevel
public void setEyeEnlargeLevel(Long EyeEnlargeLevel)
Set 大眼程度,取值范围[0,100]。0不大眼,100代表最高程度。默认值70。- Parameters:
EyeEnlargeLevel
- 大眼程度,取值范围[0,100]。0不大眼,100代表最高程度。默认值70。
-
getFaceShrinkLevel
public Long getFaceShrinkLevel()
Get 瘦脸程度,取值范围[0,100]。0不瘦脸,100代表最高程度。默认值70。- Returns:
- FaceShrinkLevel 瘦脸程度,取值范围[0,100]。0不瘦脸,100代表最高程度。默认值70。
-
setFaceShrinkLevel
public void setFaceShrinkLevel(Long FaceShrinkLevel)
Set 瘦脸程度,取值范围[0,100]。0不瘦脸,100代表最高程度。默认值70。- Parameters:
FaceShrinkLevel
- 瘦脸程度,取值范围[0,100]。0不瘦脸,100代表最高程度。默认值70。
-
-