public class BeautyEffectItemConfig extends AbstractModel
header, skipSign| Constructor and Description |
|---|
BeautyEffectItemConfig() |
BeautyEffectItemConfig(BeautyEffectItemConfig 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 |
|---|---|
String |
getExtInfo()
Get 自定义参数。
|
String |
getResourcePath()
Get 附加资源路径。
|
String |
getSwitch()
Get 能力配置开关,可选值:
ON:开启;
OFF:关闭。
默认值:ON。
|
String |
getType()
Get 类型名称。取值如下:
Whiten:美白
BlackAlpha1:美黑
BlackAlpha2:较强美黑
FoundationAlpha2:美白-粉白
Clear:清晰度
Sharpen:锐化
Smooth:磨皮
BeautyThinFace:瘦脸
NatureFace:自然脸型
VFace:V脸
EnlargeEye:大眼
EyeLighten:亮眼
RemoveEyeBags:祛眼袋
ThinNose:瘦鼻
RemoveLawLine:祛法令纹
CheekboneThin:瘦颧骨
FaceFeatureLipsLut:口红
ToothWhiten:牙齿美白
FaceFeatureSoftlight:柔光
Makeup:美妆
|
Long |
getValue()
Get 效果强度,值范围:[0, 100]。
|
void |
setExtInfo(String ExtInfo)
Set 自定义参数。
|
void |
setResourcePath(String ResourcePath)
Set 附加资源路径。
|
void |
setSwitch(String Switch)
Set 能力配置开关,可选值:
ON:开启;
OFF:关闭。
默认值:ON。
|
void |
setType(String Type)
Set 类型名称。取值如下:
Whiten:美白
BlackAlpha1:美黑
BlackAlpha2:较强美黑
FoundationAlpha2:美白-粉白
Clear:清晰度
Sharpen:锐化
Smooth:磨皮
BeautyThinFace:瘦脸
NatureFace:自然脸型
VFace:V脸
EnlargeEye:大眼
EyeLighten:亮眼
RemoveEyeBags:祛眼袋
ThinNose:瘦鼻
RemoveLawLine:祛法令纹
CheekboneThin:瘦颧骨
FaceFeatureLipsLut:口红
ToothWhiten:牙齿美白
FaceFeatureSoftlight:柔光
Makeup:美妆
|
void |
setValue(Long Value)
Set 效果强度,值范围:[0, 100]。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BeautyEffectItemConfig()
public BeautyEffectItemConfig(BeautyEffectItemConfig source)
public String getType()
public void setType(String Type)
Type - 类型名称。取值如下:
public String getSwitch()
public void setSwitch(String Switch)
Switch - 能力配置开关,可选值:
public Long getValue()
public void setValue(Long Value)
Value - 效果强度,值范围:[0, 100]。public String getResourcePath()
public void setResourcePath(String ResourcePath)
ResourcePath - 附加资源路径。public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo - 自定义参数。Copyright © 2025. All rights reserved.