Class: TencentCloud::Ocr::V20181119::RecognizeKoreanDrivingLicenseOCRResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::RecognizeKoreanDrivingLicenseOCRResponse
- Defined in:
- lib/v20181119/models.rb
Overview
RecognizeKoreanDrivingLicenseOCR返回参数结构体
Instance Attribute Summary collapse
- #Address ⇒ Object
- #AptitudeTesDate ⇒ Object
- #Birthday ⇒ Object
- #DateOfIssue ⇒ Object
- #ID ⇒ Object
- #LicenseNumber ⇒ Object
- #Name ⇒ Object
- #Number ⇒ Object
- #Photo ⇒ Object
- #RequestId ⇒ Object
- #Sex ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, licensenumber = nil, number = nil, type = nil, address = nil, name = nil, aptitudetesdate = nil, dateofissue = nil, photo = nil, sex = nil, birthday = nil, requestid = nil) ⇒ RecognizeKoreanDrivingLicenseOCRResponse
constructor
A new instance of RecognizeKoreanDrivingLicenseOCRResponse.
Constructor Details
#initialize(id = nil, licensenumber = nil, number = nil, type = nil, address = nil, name = nil, aptitudetesdate = nil, dateofissue = nil, photo = nil, sex = nil, birthday = nil, requestid = nil) ⇒ RecognizeKoreanDrivingLicenseOCRResponse
Returns a new instance of RecognizeKoreanDrivingLicenseOCRResponse.
8436 8437 8438 8439 8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 |
# File 'lib/v20181119/models.rb', line 8436 def initialize(id=nil, licensenumber=nil, number=nil, type=nil, address=nil, name=nil, aptitudetesdate=nil, dateofissue=nil, photo=nil, sex=nil, birthday=nil, requestid=nil) @ID = id @LicenseNumber = licensenumber @Number = number @Type = type @Address = address @Name = name @AptitudeTesDate = aptitudetesdate @DateOfIssue = dateofissue @Photo = photo @Sex = sex @Birthday = birthday @RequestId = requestid end |
Instance Attribute Details
#Address ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def Address @Address end |
#AptitudeTesDate ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def AptitudeTesDate @AptitudeTesDate end |
#Birthday ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def Birthday @Birthday end |
#DateOfIssue ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def DateOfIssue @DateOfIssue end |
#ID ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def ID @ID end |
#LicenseNumber ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def LicenseNumber @LicenseNumber end |
#Name ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def Name @Name end |
#Number ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def Number @Number end |
#Photo ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def Photo @Photo end |
#RequestId ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def RequestId @RequestId end |
#Sex ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def Sex @Sex end |
#Type ⇒ Object
8434 8435 8436 |
# File 'lib/v20181119/models.rb', line 8434 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 8463 8464 |
# File 'lib/v20181119/models.rb', line 8451 def deserialize(params) @ID = params['ID'] @LicenseNumber = params['LicenseNumber'] @Number = params['Number'] @Type = params['Type'] @Address = params['Address'] @Name = params['Name'] @AptitudeTesDate = params['AptitudeTesDate'] @DateOfIssue = params['DateOfIssue'] @Photo = params['Photo'] @Sex = params['Sex'] @Birthday = params['Birthday'] @RequestId = params['RequestId'] end |