tencentcloud-sdk-ocr 3.0.468 → 3.0.469
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +11 -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: 7d82cafc8e2e93686d6ed0e92ba4a27a85119d60
|
|
4
|
+
data.tar.gz: fa3c92f5d73cadc9fe74862919a17778af761707
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2f9846af9599ae843dd5264cde09dd385a51c07d2fcfe9f2a34a8d6c630a60e43dbe19863e61e8d2e9587bd340b67a2982044490cdac25a3c736cd38ccad952
|
|
7
|
+
data.tar.gz: 19f56e279e230b347b393785ff30e16a3a5329664c45f7cb3e835337f3061fefe0d986a206f1495921cf9296d5b8d187dae6a871603fc5692f06d43e258cd25f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.469
|
data/lib/v20181119/models.rb
CHANGED
|
@@ -5654,13 +5654,21 @@ module TencentCloud
|
|
|
5654
5654
|
# @type Location: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
|
|
5655
5655
|
# @param OtherTexts: 印章其它文本内容
|
|
5656
5656
|
# @type OtherTexts: Array
|
|
5657
|
+
# @param SealShape: 印章类型,表示为:
|
|
5658
|
+
# 圆形印章:0
|
|
5659
|
+
# 椭圆形印章:1
|
|
5660
|
+
# 方形印章:2
|
|
5661
|
+
# 菱形印章:3
|
|
5662
|
+
# 三角形印章:4
|
|
5663
|
+
# @type SealShape: String
|
|
5657
5664
|
|
|
5658
|
-
attr_accessor :SealBody, :Location, :OtherTexts
|
|
5665
|
+
attr_accessor :SealBody, :Location, :OtherTexts, :SealShape
|
|
5659
5666
|
|
|
5660
|
-
def initialize(sealbody=nil, location=nil, othertexts=nil)
|
|
5667
|
+
def initialize(sealbody=nil, location=nil, othertexts=nil, sealshape=nil)
|
|
5661
5668
|
@SealBody = sealbody
|
|
5662
5669
|
@Location = location
|
|
5663
5670
|
@OtherTexts = othertexts
|
|
5671
|
+
@SealShape = sealshape
|
|
5664
5672
|
end
|
|
5665
5673
|
|
|
5666
5674
|
def deserialize(params)
|
|
@@ -5670,6 +5678,7 @@ module TencentCloud
|
|
|
5670
5678
|
@Location.deserialize(params['Location'])
|
|
5671
5679
|
end
|
|
5672
5680
|
@OtherTexts = params['OtherTexts']
|
|
5681
|
+
@SealShape = params['SealShape']
|
|
5673
5682
|
end
|
|
5674
5683
|
end
|
|
5675
5684
|
|
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.469
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|