Class: TencentCloud::Ds::V20180523::SignKeyword
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ds::V20180523::SignKeyword
- Defined in:
- lib/v20180523/models.rb
Overview
签署关键字信息
Instance Attribute Summary collapse
- #ImageHeight ⇒ Object
- #ImageWidth ⇒ Object
- #Keyword ⇒ Object
- #OffsetCoordX ⇒ Object
- #OffsetCoordY ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyword = nil, offsetcoordx = nil, offsetcoordy = nil, imagewidth = nil, imageheight = nil) ⇒ SignKeyword
constructor
A new instance of SignKeyword.
Constructor Details
#initialize(keyword = nil, offsetcoordx = nil, offsetcoordy = nil, imagewidth = nil, imageheight = nil) ⇒ SignKeyword
Returns a new instance of SignKeyword.
756 757 758 759 760 761 762 |
# File 'lib/v20180523/models.rb', line 756 def initialize(keyword=nil, offsetcoordx=nil, offsetcoordy=nil, imagewidth=nil, imageheight=nil) @Keyword = keyword @OffsetCoordX = offsetcoordx @OffsetCoordY = offsetcoordy @ImageWidth = imagewidth @ImageHeight = imageheight end |
Instance Attribute Details
#ImageHeight ⇒ Object
754 755 756 |
# File 'lib/v20180523/models.rb', line 754 def ImageHeight @ImageHeight end |
#ImageWidth ⇒ Object
754 755 756 |
# File 'lib/v20180523/models.rb', line 754 def ImageWidth @ImageWidth end |
#Keyword ⇒ Object
754 755 756 |
# File 'lib/v20180523/models.rb', line 754 def Keyword @Keyword end |
#OffsetCoordX ⇒ Object
754 755 756 |
# File 'lib/v20180523/models.rb', line 754 def OffsetCoordX @OffsetCoordX end |
#OffsetCoordY ⇒ Object
754 755 756 |
# File 'lib/v20180523/models.rb', line 754 def OffsetCoordY @OffsetCoordY end |
Instance Method Details
#deserialize(params) ⇒ Object
764 765 766 767 768 769 770 |
# File 'lib/v20180523/models.rb', line 764 def deserialize(params) @Keyword = params['Keyword'] @OffsetCoordX = params['OffsetCoordX'] @OffsetCoordY = params['OffsetCoordY'] @ImageWidth = params['ImageWidth'] @ImageHeight = params['ImageHeight'] end |