tencentcloud-sdk-ocr 3.0.830 → 3.0.832

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20181119/models.rb +26 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c596d370952517343d51deae0799f389b96a7cd2
4
- data.tar.gz: 4c81dc608bf5b9b1c39e48653b4658263106d423
3
+ metadata.gz: 1729d1545bd678ba03bce7c3ec1ba900530633f8
4
+ data.tar.gz: 95a00191627469dd7168d879a5ecc347c17f57d9
5
5
  SHA512:
6
- metadata.gz: c588cac0b8dcd8864e9af9ef2c699c81fb00a1b44ed3d246f61c5e98470ee720ea9a950262de00699bcb153337efdd341266ddc1f1f4c48775cc2bad3c74105a
7
- data.tar.gz: dfec53a231b34ba9278c5a4c085faa6a26180a275344d8066306275f58360c38f6e8918e50c9fc6054a2693ca7ef5673bd3df8a54621c33217cc7d71c3771b27
6
+ metadata.gz: 253c463b1950358c2ad8e480928868870ea9d1c445adeaac10841db606db7e35ba98d5f493b7a09fb4d514ba4a4bb1648f48b53989eeb95cff32ad3c212def55
7
+ data.tar.gz: 8323c7d397679ae5fd42bbd4961c2305683b5c957f093c30dba08f51450d3762b7ed5464b35384f75ac6c63b2aee1005c8c9de2fd424cd002dbe57a2d1351e04
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.830
1
+ 3.0.832
@@ -685,12 +685,24 @@ module TencentCloud
685
685
  # @param Angle: 图片旋转角度(角度制),文本的水平方向为0度;顺时针为正,角度范围是0-360度
686
686
 
687
687
  # @type Angle: Float
688
+ # @param NationalEmblem: 是否有国徽。0为没有,1为有。
689
+ # @type NationalEmblem: Boolean
690
+ # @param QRCode: 是否有二维码。0为没有,1为有。
691
+ # @type QRCode: Boolean
692
+ # @param Seal: 是否有印章。0为没有,1为有。
693
+ # @type Seal: Boolean
694
+ # @param Title: 标题
695
+ # @type Title: String
696
+ # @param SerialNumber: 编号
697
+ # @type SerialNumber: String
698
+ # @param RegistrationAuthority: 登记机关
699
+ # @type RegistrationAuthority: String
688
700
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
689
701
  # @type RequestId: String
690
702
 
691
- attr_accessor :RegNum, :Name, :Capital, :Person, :Address, :Business, :Type, :Period, :ComposingForm, :SetDate, :RecognizeWarnCode, :RecognizeWarnMsg, :IsDuplication, :RegistrationDate, :Angle, :RequestId
703
+ attr_accessor :RegNum, :Name, :Capital, :Person, :Address, :Business, :Type, :Period, :ComposingForm, :SetDate, :RecognizeWarnCode, :RecognizeWarnMsg, :IsDuplication, :RegistrationDate, :Angle, :NationalEmblem, :QRCode, :Seal, :Title, :SerialNumber, :RegistrationAuthority, :RequestId
692
704
 
693
- 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, requestid=nil)
705
+ 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, registrationauthority=nil, requestid=nil)
694
706
  @RegNum = regnum
695
707
  @Name = name
696
708
  @Capital = capital
@@ -706,6 +718,12 @@ module TencentCloud
706
718
  @IsDuplication = isduplication
707
719
  @RegistrationDate = registrationdate
708
720
  @Angle = angle
721
+ @NationalEmblem = nationalemblem
722
+ @QRCode = qrcode
723
+ @Seal = seal
724
+ @Title = title
725
+ @SerialNumber = serialnumber
726
+ @RegistrationAuthority = registrationauthority
709
727
  @RequestId = requestid
710
728
  end
711
729
 
@@ -725,6 +743,12 @@ module TencentCloud
725
743
  @IsDuplication = params['IsDuplication']
726
744
  @RegistrationDate = params['RegistrationDate']
727
745
  @Angle = params['Angle']
746
+ @NationalEmblem = params['NationalEmblem']
747
+ @QRCode = params['QRCode']
748
+ @Seal = params['Seal']
749
+ @Title = params['Title']
750
+ @SerialNumber = params['SerialNumber']
751
+ @RegistrationAuthority = params['RegistrationAuthority']
728
752
  @RequestId = params['RequestId']
729
753
  end
730
754
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ocr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.830
4
+ version: 3.0.832
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common