Class: TencentCloud::Ocr::V20181119::EstateCertOCRResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::EstateCertOCRResponse
- Defined in:
- lib/v20181119/models.rb
Overview
EstateCertOCR返回参数结构体
Instance Attribute Summary collapse
- #Angle ⇒ Object
- #Area ⇒ Object
- #Location ⇒ Object
- #Number ⇒ Object
- #Obligee ⇒ Object
- #Other ⇒ Object
- #Ownership ⇒ Object
- #Property ⇒ Object
- #RequestId ⇒ Object
- #Term ⇒ Object
- #Type ⇒ Object
- #Unit ⇒ Object
- #Usage ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(obligee = nil, ownership = nil, location = nil, unit = nil, type = nil, property = nil, usage = nil, area = nil, term = nil, other = nil, angle = nil, number = nil, requestid = nil) ⇒ EstateCertOCRResponse
constructor
A new instance of EstateCertOCRResponse.
Constructor Details
#initialize(obligee = nil, ownership = nil, location = nil, unit = nil, type = nil, property = nil, usage = nil, area = nil, term = nil, other = nil, angle = nil, number = nil, requestid = nil) ⇒ EstateCertOCRResponse
Returns a new instance of EstateCertOCRResponse.
2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 |
# File 'lib/v20181119/models.rb', line 2830 def initialize(obligee=nil, ownership=nil, location=nil, unit=nil, type=nil, property=nil, usage=nil, area=nil, term=nil, other=nil, angle=nil, number=nil, requestid=nil) @Obligee = obligee @Ownership = ownership @Location = location @Unit = unit @Type = type @Property = property @Usage = usage @Area = area @Term = term @Other = other @Angle = angle @Number = number @RequestId = requestid end |
Instance Attribute Details
#Angle ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Angle @Angle end |
#Area ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Area @Area end |
#Location ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Location @Location end |
#Number ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Number @Number end |
#Obligee ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Obligee @Obligee end |
#Other ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Other @Other end |
#Ownership ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Ownership @Ownership end |
#Property ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Property @Property end |
#RequestId ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def RequestId @RequestId end |
#Term ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Term @Term end |
#Type ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Type @Type end |
#Unit ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Unit @Unit end |
#Usage ⇒ Object
2828 2829 2830 |
# File 'lib/v20181119/models.rb', line 2828 def Usage @Usage end |
Instance Method Details
#deserialize(params) ⇒ Object
2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 |
# File 'lib/v20181119/models.rb', line 2846 def deserialize(params) @Obligee = params['Obligee'] @Ownership = params['Ownership'] @Location = params['Location'] @Unit = params['Unit'] @Type = params['Type'] @Property = params['Property'] @Usage = params['Usage'] @Area = params['Area'] @Term = params['Term'] @Other = params['Other'] @Angle = params['Angle'] @Number = params['Number'] @RequestId = params['RequestId'] end |