Class: TencentCloud::Ie::V20200304::TextMarkInfoItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ie::V20200304::TextMarkInfoItem
- Defined in:
- lib/v20200304/models.rb
Overview
画质重生子任务文字水印信息
Instance Attribute Summary collapse
- #FontAlpha ⇒ Object
- #FontColor ⇒ Object
- #FontFile ⇒ Object
- #FontSize ⇒ Object
- #PosX ⇒ Object
- #PosY ⇒ Object
- #Text ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil, posx = nil, posy = nil, fontsize = nil, fontfile = nil, fontcolor = nil, fontalpha = nil) ⇒ TextMarkInfoItem
constructor
A new instance of TextMarkInfoItem.
Constructor Details
#initialize(text = nil, posx = nil, posy = nil, fontsize = nil, fontfile = nil, fontcolor = nil, fontalpha = nil) ⇒ TextMarkInfoItem
Returns a new instance of TextMarkInfoItem.
3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'lib/v20200304/models.rb', line 3418 def initialize(text=nil, posx=nil, posy=nil, fontsize=nil, fontfile=nil, fontcolor=nil, fontalpha=nil) @Text = text @PosX = posx @PosY = posy @FontSize = fontsize @FontFile = fontfile @FontColor = fontcolor @FontAlpha = fontalpha end |
Instance Attribute Details
#FontAlpha ⇒ Object
3416 3417 3418 |
# File 'lib/v20200304/models.rb', line 3416 def FontAlpha @FontAlpha end |
#FontColor ⇒ Object
3416 3417 3418 |
# File 'lib/v20200304/models.rb', line 3416 def FontColor @FontColor end |
#FontFile ⇒ Object
3416 3417 3418 |
# File 'lib/v20200304/models.rb', line 3416 def FontFile @FontFile end |
#FontSize ⇒ Object
3416 3417 3418 |
# File 'lib/v20200304/models.rb', line 3416 def FontSize @FontSize end |
#PosX ⇒ Object
3416 3417 3418 |
# File 'lib/v20200304/models.rb', line 3416 def PosX @PosX end |
#PosY ⇒ Object
3416 3417 3418 |
# File 'lib/v20200304/models.rb', line 3416 def PosY @PosY end |
#Text ⇒ Object
3416 3417 3418 |
# File 'lib/v20200304/models.rb', line 3416 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
3428 3429 3430 3431 3432 3433 3434 3435 3436 |
# File 'lib/v20200304/models.rb', line 3428 def deserialize(params) @Text = params['Text'] @PosX = params['PosX'] @PosY = params['PosY'] @FontSize = params['FontSize'] @FontFile = params['FontFile'] @FontColor = params['FontColor'] @FontAlpha = params['FontAlpha'] end |