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.
8211 8212 8213 8214 8215 8216 8217 8218 8219 8220 8221 8222 8223 |
# File 'lib/v20181119/models.rb', line 8211 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
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def Color @Color end |
#IDNumber ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def IDNumber @IDNumber end |
#Name ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def Name @Name end |
#RequestId ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def RequestId @RequestId end |
#SpotName ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def SpotName @SpotName end |
#TestingInterval ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def TestingInterval @TestingInterval end |
#TestingResult ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def TestingResult @TestingResult end |
#TestingTime ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def TestingTime @TestingTime end |
#Time ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def Time @Time end |
#Vaccination ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def Vaccination @Vaccination end |
#VaccinationTime ⇒ Object
8209 8210 8211 |
# File 'lib/v20181119/models.rb', line 8209 def VaccinationTime @VaccinationTime end |
Instance Method Details
#deserialize(params) ⇒ Object
8225 8226 8227 8228 8229 8230 8231 8232 8233 8234 8235 8236 8237 |
# File 'lib/v20181119/models.rb', line 8225 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 |