Class: TencentCloud::Ocr::V20181119::BizLicenseOCRResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::BizLicenseOCRResponse
- Defined in:
- lib/v20181119/models.rb
Overview
BizLicenseOCR返回参数结构体
Instance Attribute Summary collapse
- #Address ⇒ Object
- #Angle ⇒ Object
- #Business ⇒ Object
- #Capital ⇒ Object
- #ComposingForm ⇒ Object
- #Electronic ⇒ Object
- #IsDuplication ⇒ Object
- #Name ⇒ Object
- #NationalEmblem ⇒ Object
- #Period ⇒ Object
- #Person ⇒ Object
- #QRCode ⇒ Object
- #RecognizeWarnCode ⇒ Object
- #RecognizeWarnMsg ⇒ Object
- #RegistrationAuthority ⇒ Object
- #RegistrationDate ⇒ Object
- #RegNum ⇒ Object
- #RequestId ⇒ Object
- #Seal ⇒ Object
- #SerialNumber ⇒ Object
- #SetDate ⇒ Object
- #Title ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regnum = nil, name = nil, capital = nil, person = nil, address = nil, business = nil, type = nil, period = nil, composingform = nil, setdate = nil, recognizewarncode = nil, recognizewarnmsg = nil, isduplication = nil, registrationdate = nil, angle = nil, nationalemblem = nil, qrcode = nil, seal = nil, title = nil, serialnumber = nil, registrationauthority = nil, electronic = nil, requestid = nil) ⇒ BizLicenseOCRResponse
constructor
A new instance of BizLicenseOCRResponse.
Constructor Details
#initialize(regnum = nil, name = nil, capital = nil, person = nil, address = nil, business = nil, type = nil, period = nil, composingform = nil, setdate = nil, recognizewarncode = nil, recognizewarnmsg = nil, isduplication = nil, registrationdate = nil, angle = nil, nationalemblem = nil, qrcode = nil, seal = nil, title = nil, serialnumber = nil, registrationauthority = nil, electronic = nil, requestid = nil) ⇒ BizLicenseOCRResponse
Returns a new instance of BizLicenseOCRResponse.
718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 |
# File 'lib/v20181119/models.rb', line 718 def initialize(regnum=nil, name=nil, capital=nil, person=nil, address=nil, business=nil, type=nil, period=nil, composingform=nil, setdate=nil, recognizewarncode=nil, recognizewarnmsg=nil, isduplication=nil, registrationdate=nil, angle=nil, nationalemblem=nil, qrcode=nil, seal=nil, title=nil, serialnumber=nil, =nil, electronic=nil, requestid=nil) @RegNum = regnum @Name = name @Capital = capital @Person = person @Address = address @Business = business @Type = type @Period = period @ComposingForm = composingform @SetDate = setdate @RecognizeWarnCode = recognizewarncode @RecognizeWarnMsg = recognizewarnmsg @IsDuplication = isduplication @RegistrationDate = registrationdate @Angle = angle @NationalEmblem = nationalemblem @QRCode = qrcode @Seal = seal @Title = title @SerialNumber = serialnumber @RegistrationAuthority = @Electronic = electronic @RequestId = requestid end |
Instance Attribute Details
#Address ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Address @Address end |
#Angle ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Angle @Angle end |
#Business ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Business @Business end |
#Capital ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Capital @Capital end |
#ComposingForm ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def ComposingForm @ComposingForm end |
#Electronic ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Electronic @Electronic end |
#IsDuplication ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def IsDuplication @IsDuplication end |
#Name ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Name @Name end |
#NationalEmblem ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def NationalEmblem @NationalEmblem end |
#Period ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Period @Period end |
#Person ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Person @Person end |
#QRCode ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def QRCode @QRCode end |
#RecognizeWarnCode ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def RecognizeWarnCode @RecognizeWarnCode end |
#RecognizeWarnMsg ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def RecognizeWarnMsg @RecognizeWarnMsg end |
#RegistrationAuthority ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def RegistrationAuthority @RegistrationAuthority end |
#RegistrationDate ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def RegistrationDate @RegistrationDate end |
#RegNum ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def RegNum @RegNum end |
#RequestId ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def RequestId @RequestId end |
#Seal ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Seal @Seal end |
#SerialNumber ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def SerialNumber @SerialNumber end |
#SetDate ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def SetDate @SetDate end |
#Title ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Title @Title end |
#Type ⇒ Object
716 717 718 |
# File 'lib/v20181119/models.rb', line 716 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'lib/v20181119/models.rb', line 744 def deserialize(params) @RegNum = params['RegNum'] @Name = params['Name'] @Capital = params['Capital'] @Person = params['Person'] @Address = params['Address'] @Business = params['Business'] @Type = params['Type'] @Period = params['Period'] @ComposingForm = params['ComposingForm'] @SetDate = params['SetDate'] @RecognizeWarnCode = params['RecognizeWarnCode'] @RecognizeWarnMsg = params['RecognizeWarnMsg'] @IsDuplication = params['IsDuplication'] @RegistrationDate = params['RegistrationDate'] @Angle = params['Angle'] @NationalEmblem = params['NationalEmblem'] @QRCode = params['QRCode'] @Seal = params['Seal'] @Title = params['Title'] @SerialNumber = params['SerialNumber'] @RegistrationAuthority = params['RegistrationAuthority'] @Electronic = params['Electronic'] @RequestId = params['RequestId'] end |