Class: TencentCloud::Mps::V20190612::CreateBlindWatermarkTemplateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateBlindWatermarkTemplateRequest
- Defined in:
- lib/v20190612/models.rb
Overview
CreateBlindWatermarkTemplate请求参数结构体
Instance Attribute Summary collapse
-
#Comment ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强.
-
#Name ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强.
-
#Strength ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强.
-
#TextContent ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强.
-
#Type ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, textcontent = nil, name = nil, comment = nil, strength = nil) ⇒ CreateBlindWatermarkTemplateRequest
constructor
A new instance of CreateBlindWatermarkTemplateRequest.
Constructor Details
#initialize(type = nil, textcontent = nil, name = nil, comment = nil, strength = nil) ⇒ CreateBlindWatermarkTemplateRequest
Returns a new instance of CreateBlindWatermarkTemplateRequest.
8146 8147 8148 8149 8150 8151 8152 |
# File 'lib/v20190612/models.rb', line 8146 def initialize(type=nil, textcontent=nil, name=nil, comment=nil, strength=nil) @Type = type @TextContent = textcontent @Name = name @Comment = comment @Strength = strength end |
Instance Attribute Details
#Comment ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强
8144 8145 8146 |
# File 'lib/v20190612/models.rb', line 8144 def Comment @Comment end |
#Name ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强
8144 8145 8146 |
# File 'lib/v20190612/models.rb', line 8144 def Name @Name end |
#Strength ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强
8144 8145 8146 |
# File 'lib/v20190612/models.rb', line 8144 def Strength @Strength end |
#TextContent ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强
8144 8145 8146 |
# File 'lib/v20190612/models.rb', line 8144 def TextContent @TextContent end |
#Type ⇒ Object
default: 默认,高清画质和抗性平衡 stronger:画质清晰,抗性较强 strongest:画质一般,抗性最强
8144 8145 8146 |
# File 'lib/v20190612/models.rb', line 8144 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
8154 8155 8156 8157 8158 8159 8160 |
# File 'lib/v20190612/models.rb', line 8154 def deserialize(params) @Type = params['Type'] @TextContent = params['TextContent'] @Name = params['Name'] @Comment = params['Comment'] @Strength = params['Strength'] end |