tencentcloud-sdk-ocr 3.0.905 → 3.0.906
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83eb873461c3552ced9828bb85e1dba547709732
|
4
|
+
data.tar.gz: 57fdac9b2d3f5ed1d9958c071a134c7e8f5c67cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58dd65068d43aaa8496e6fe2457e8ada25ebff05ea44149bd40893b347283de1f6728a07a08876967893b9a52c6209f62b70c5103e3682d63c5bd6ce64ff9234
|
7
|
+
data.tar.gz: 918f06330064f7a11929ba3e3c8dd6f5a9c4456de88c9cdd6b305254e73889a1e4df8bdb9ee8935f7b5e6c8a2a4e85e51bcdac9bf7056625cdeaba4bd0377d34
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.906
|
data/lib/v20181119/models.rb
CHANGED
@@ -708,12 +708,14 @@ module TencentCloud
|
|
708
708
|
# @type SerialNumber: String
|
709
709
|
# @param RegistrationAuthority: 登记机关
|
710
710
|
# @type RegistrationAuthority: String
|
711
|
+
# @param Electronic: 是否是电子营业执照。0为不是,1为是。
|
712
|
+
# @type Electronic: Boolean
|
711
713
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
712
714
|
# @type RequestId: String
|
713
715
|
|
714
|
-
attr_accessor :RegNum, :Name, :Capital, :Person, :Address, :Business, :Type, :Period, :ComposingForm, :SetDate, :RecognizeWarnCode, :RecognizeWarnMsg, :IsDuplication, :RegistrationDate, :Angle, :NationalEmblem, :QRCode, :Seal, :Title, :SerialNumber, :RegistrationAuthority, :RequestId
|
716
|
+
attr_accessor :RegNum, :Name, :Capital, :Person, :Address, :Business, :Type, :Period, :ComposingForm, :SetDate, :RecognizeWarnCode, :RecognizeWarnMsg, :IsDuplication, :RegistrationDate, :Angle, :NationalEmblem, :QRCode, :Seal, :Title, :SerialNumber, :RegistrationAuthority, :Electronic, :RequestId
|
715
717
|
|
716
|
-
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)
|
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, registrationauthority=nil, electronic=nil, requestid=nil)
|
717
719
|
@RegNum = regnum
|
718
720
|
@Name = name
|
719
721
|
@Capital = capital
|
@@ -735,6 +737,7 @@ module TencentCloud
|
|
735
737
|
@Title = title
|
736
738
|
@SerialNumber = serialnumber
|
737
739
|
@RegistrationAuthority = registrationauthority
|
740
|
+
@Electronic = electronic
|
738
741
|
@RequestId = requestid
|
739
742
|
end
|
740
743
|
|
@@ -760,6 +763,7 @@ module TencentCloud
|
|
760
763
|
@Title = params['Title']
|
761
764
|
@SerialNumber = params['SerialNumber']
|
762
765
|
@RegistrationAuthority = params['RegistrationAuthority']
|
766
|
+
@Electronic = params['Electronic']
|
763
767
|
@RequestId = params['RequestId']
|
764
768
|
end
|
765
769
|
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.
|
4
|
+
version: 3.0.906
|
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-09-
|
11
|
+
date: 2024-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|