Class: TencentCloud::Ocr::V20181119::QrcodeImgSize

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20181119/models.rb

Overview

图片大小

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(wide = nil, high = nil) ⇒ QrcodeImgSize

Returns a new instance of QrcodeImgSize.



6785
6786
6787
6788
# File 'lib/v20181119/models.rb', line 6785

def initialize(wide=nil, high=nil)
  @Wide = wide
  @High = high
end

Instance Attribute Details

#HighObject

Parameters:

  • Wide:

  • High:



6783
6784
6785
# File 'lib/v20181119/models.rb', line 6783

def High
  @High
end

#WideObject

Parameters:

  • Wide:

  • High:



6783
6784
6785
# File 'lib/v20181119/models.rb', line 6783

def Wide
  @Wide
end

Instance Method Details

#deserialize(params) ⇒ Object



6790
6791
6792
6793
# File 'lib/v20181119/models.rb', line 6790

def deserialize(params)
  @Wide = params['Wide']
  @High = params['High']
end