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.
3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 |
# File 'lib/v20181119/models.rb', line 3012 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
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Angle @Angle end |
#Area ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Area @Area end |
#Location ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Location @Location end |
#Number ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Number @Number end |
#Obligee ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Obligee @Obligee end |
#Other ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Other @Other end |
#Ownership ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Ownership @Ownership end |
#Property ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Property @Property end |
#RequestId ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def RequestId @RequestId end |
#Term ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Term @Term end |
#Type ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Type @Type end |
#Unit ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Unit @Unit end |
#Usage ⇒ Object
3010 3011 3012 |
# File 'lib/v20181119/models.rb', line 3010 def Usage @Usage end |
Instance Method Details
#deserialize(params) ⇒ Object
3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 |
# File 'lib/v20181119/models.rb', line 3028 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 |