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.
2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 |
# File 'lib/v20181119/models.rb', line 2799 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
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Angle @Angle end |
#Area ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Area @Area end |
#Location ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Location @Location end |
#Number ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Number @Number end |
#Obligee ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Obligee @Obligee end |
#Other ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Other @Other end |
#Ownership ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Ownership @Ownership end |
#Property ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Property @Property end |
#RequestId ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def RequestId @RequestId end |
#Term ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Term @Term end |
#Type ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Type @Type end |
#Unit ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Unit @Unit end |
#Usage ⇒ Object
2797 2798 2799 |
# File 'lib/v20181119/models.rb', line 2797 def Usage @Usage end |
Instance Method Details
#deserialize(params) ⇒ Object
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 |
# File 'lib/v20181119/models.rb', line 2815 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 |