Class: TencentCloud::Mps::V20190612::BeautyEffectItemConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::BeautyEffectItemConfig
- Defined in:
- lib/v20190612/models.rb
Overview
美颜效果配置项
Instance Attribute Summary collapse
-
#ExtInfo ⇒ Object
- Whiten:美白
- BlackAlpha1:美黑
- BlackAlpha2:较强美黑
- FoundationAlpha2:美白-粉白
- Clear:清晰度
- Sharpen:锐化
- Smooth:磨皮
- BeautyThinFace:瘦脸
- NatureFace:自然脸型
- VFace:V脸
- EnlargeEye:大眼
- EyeLighten:亮眼
- RemoveEyeBags:祛眼袋
- ThinNose:瘦鼻
- RemoveLawLine:祛法令纹
- CheekboneThin:瘦颧骨
- FaceFeatureLipsLut:口红
- ToothWhiten:牙齿美白
- FaceFeatureSoftlight:柔光
- Makeup:美妆
- ON:开启;
- OFF:关闭。
默认值:ON。. -
#ResourcePath ⇒ Object
- Whiten:美白
- BlackAlpha1:美黑
- BlackAlpha2:较强美黑
- FoundationAlpha2:美白-粉白
- Clear:清晰度
- Sharpen:锐化
- Smooth:磨皮
- BeautyThinFace:瘦脸
- NatureFace:自然脸型
- VFace:V脸
- EnlargeEye:大眼
- EyeLighten:亮眼
- RemoveEyeBags:祛眼袋
- ThinNose:瘦鼻
- RemoveLawLine:祛法令纹
- CheekboneThin:瘦颧骨
- FaceFeatureLipsLut:口红
- ToothWhiten:牙齿美白
- FaceFeatureSoftlight:柔光
- Makeup:美妆
- ON:开启;
- OFF:关闭。
默认值:ON。. -
#Switch ⇒ Object
- Whiten:美白
- BlackAlpha1:美黑
- BlackAlpha2:较强美黑
- FoundationAlpha2:美白-粉白
- Clear:清晰度
- Sharpen:锐化
- Smooth:磨皮
- BeautyThinFace:瘦脸
- NatureFace:自然脸型
- VFace:V脸
- EnlargeEye:大眼
- EyeLighten:亮眼
- RemoveEyeBags:祛眼袋
- ThinNose:瘦鼻
- RemoveLawLine:祛法令纹
- CheekboneThin:瘦颧骨
- FaceFeatureLipsLut:口红
- ToothWhiten:牙齿美白
- FaceFeatureSoftlight:柔光
- Makeup:美妆
- ON:开启;
- OFF:关闭。
默认值:ON。. -
#Type ⇒ Object
- Whiten:美白
- BlackAlpha1:美黑
- BlackAlpha2:较强美黑
- FoundationAlpha2:美白-粉白
- Clear:清晰度
- Sharpen:锐化
- Smooth:磨皮
- BeautyThinFace:瘦脸
- NatureFace:自然脸型
- VFace:V脸
- EnlargeEye:大眼
- EyeLighten:亮眼
- RemoveEyeBags:祛眼袋
- ThinNose:瘦鼻
- RemoveLawLine:祛法令纹
- CheekboneThin:瘦颧骨
- FaceFeatureLipsLut:口红
- ToothWhiten:牙齿美白
- FaceFeatureSoftlight:柔光
- Makeup:美妆
- ON:开启;
- OFF:关闭。
默认值:ON。. -
#Value ⇒ Object
- Whiten:美白
- BlackAlpha1:美黑
- BlackAlpha2:较强美黑
- FoundationAlpha2:美白-粉白
- Clear:清晰度
- Sharpen:锐化
- Smooth:磨皮
- BeautyThinFace:瘦脸
- NatureFace:自然脸型
- VFace:V脸
- EnlargeEye:大眼
- EyeLighten:亮眼
- RemoveEyeBags:祛眼袋
- ThinNose:瘦鼻
- RemoveLawLine:祛法令纹
- CheekboneThin:瘦颧骨
- FaceFeatureLipsLut:口红
- ToothWhiten:牙齿美白
- FaceFeatureSoftlight:柔光
- Makeup:美妆
- ON:开启;
- OFF:关闭。
默认值:ON。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, switch = nil, value = nil, resourcepath = nil, extinfo = nil) ⇒ BeautyEffectItemConfig
constructor
A new instance of BeautyEffectItemConfig.
Constructor Details
#initialize(type = nil, switch = nil, value = nil, resourcepath = nil, extinfo = nil) ⇒ BeautyEffectItemConfig
Returns a new instance of BeautyEffectItemConfig.
6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/v20190612/models.rb', line 6154 def initialize(type=nil, switch=nil, value=nil, resourcepath=nil, extinfo=nil) @Type = type @Switch = switch @Value = value @ResourcePath = resourcepath @ExtInfo = extinfo end |
Instance Attribute Details
#ExtInfo ⇒ Object
6152 6153 6154 |
# File 'lib/v20190612/models.rb', line 6152 def ExtInfo @ExtInfo end |
#ResourcePath ⇒ Object
6152 6153 6154 |
# File 'lib/v20190612/models.rb', line 6152 def ResourcePath @ResourcePath end |
#Switch ⇒ Object
6152 6153 6154 |
# File 'lib/v20190612/models.rb', line 6152 def Switch @Switch end |
#Type ⇒ Object
6152 6153 6154 |
# File 'lib/v20190612/models.rb', line 6152 def Type @Type end |
#Value ⇒ Object
6152 6153 6154 |
# File 'lib/v20190612/models.rb', line 6152 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6162 6163 6164 6165 6166 6167 6168 |
# File 'lib/v20190612/models.rb', line 6162 def deserialize(params) @Type = params['Type'] @Switch = params['Switch'] @Value = params['Value'] @ResourcePath = params['ResourcePath'] @ExtInfo = params['ExtInfo'] end |