public class BeautyParam extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BeautyParam()
public BeautyParam(BeautyParam source)
public Long getWhitenLevel()
public void setWhitenLevel(Long WhitenLevel)
WhitenLevel
- 美白程度,取值范围[0,100]。0不美白,100代表最高程度。默认值30。public Long getSmoothingLevel()
public void setSmoothingLevel(Long SmoothingLevel)
SmoothingLevel
- 磨皮程度,取值范围[0,100]。0不磨皮,100代表最高程度。默认值30。public Long getEyeEnlargeLevel()
public void setEyeEnlargeLevel(Long EyeEnlargeLevel)
EyeEnlargeLevel
- 大眼程度,取值范围[0,100]。0不大眼,100代表最高程度。默认值70。public Long getFaceShrinkLevel()
public void setFaceShrinkLevel(Long FaceShrinkLevel)
FaceShrinkLevel
- 瘦脸程度,取值范围[0,100]。0不瘦脸,100代表最高程度。默认值70。Copyright © 2021. All rights reserved.