Class: TencentCloud::Ocr::V20181119::RecognizeHealthCodeOCRResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::RecognizeHealthCodeOCRResponse
- Defined in:
- lib/v20181119/models.rb
Overview
RecognizeHealthCodeOCR返回参数结构体
Instance Attribute Summary collapse
- #Color ⇒ Object
- #IDNumber ⇒ Object
- #Name ⇒ Object
- #RequestId ⇒ Object
- #SpotName ⇒ Object
- #TestingInterval ⇒ Object
- #TestingResult ⇒ Object
- #TestingTime ⇒ Object
- #Time ⇒ Object
- #Vaccination ⇒ Object
- #VaccinationTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, idnumber = nil, time = nil, color = nil, testinginterval = nil, testingresult = nil, testingtime = nil, vaccination = nil, spotname = nil, vaccinationtime = nil, requestid = nil) ⇒ RecognizeHealthCodeOCRResponse
constructor
A new instance of RecognizeHealthCodeOCRResponse.
Constructor Details
#initialize(name = nil, idnumber = nil, time = nil, color = nil, testinginterval = nil, testingresult = nil, testingtime = nil, vaccination = nil, spotname = nil, vaccinationtime = nil, requestid = nil) ⇒ RecognizeHealthCodeOCRResponse
Returns a new instance of RecognizeHealthCodeOCRResponse.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/v20181119/models.rb', line 9241 def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, spotname=nil, vaccinationtime=nil, requestid=nil) @Name = name @IDNumber = idnumber @Time = time @Color = color @TestingInterval = testinginterval @TestingResult = testingresult @TestingTime = testingtime @Vaccination = vaccination @SpotName = spotname @VaccinationTime = vaccinationtime @RequestId = requestid end |
Instance Attribute Details
#Color ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def Color @Color end |
#IDNumber ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def IDNumber @IDNumber end |
#Name ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def Name @Name end |
#RequestId ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def RequestId @RequestId end |
#SpotName ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def SpotName @SpotName end |
#TestingInterval ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def TestingInterval @TestingInterval end |
#TestingResult ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def TestingResult @TestingResult end |
#TestingTime ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def TestingTime @TestingTime end |
#Time ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def Time @Time end |
#Vaccination ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def Vaccination @Vaccination end |
#VaccinationTime ⇒ Object
9239 9240 9241 |
# File 'lib/v20181119/models.rb', line 9239 def VaccinationTime @VaccinationTime end |
Instance Method Details
#deserialize(params) ⇒ Object
9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 9267 |
# File 'lib/v20181119/models.rb', line 9255 def deserialize(params) @Name = params['Name'] @IDNumber = params['IDNumber'] @Time = params['Time'] @Color = params['Color'] @TestingInterval = params['TestingInterval'] @TestingResult = params['TestingResult'] @TestingTime = params['TestingTime'] @Vaccination = params['Vaccination'] @SpotName = params['SpotName'] @VaccinationTime = params['VaccinationTime'] @RequestId = params['RequestId'] end |