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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20181119/models.rb +11 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3a4589263b087f92c8c74356df68f8e2554b809
4
- data.tar.gz: ce41b7adb9977d30c0ff17d16f282e4702595c1a
3
+ metadata.gz: 7d82cafc8e2e93686d6ed0e92ba4a27a85119d60
4
+ data.tar.gz: fa3c92f5d73cadc9fe74862919a17778af761707
5
5
  SHA512:
6
- metadata.gz: 9dd39175f1879d564ed9c673a9fc3a24504f7126f22cd31e842c7cff5b5c4716f5287e2adf0e81e7a9fd01ff9bb42f8c1e64a55fdd71d2597f8b60ce6f749ce1
7
- data.tar.gz: 10bd3dc56dcbaf633de98ec8fff927f3f79bbcb63fb7806c9fd12f55e92c8a707b0c29781a2a6ede8b5fbfca9f8545df2e04032e295bdc14fc23d0f9d6a5b3f5
6
+ metadata.gz: e2f9846af9599ae843dd5264cde09dd385a51c07d2fcfe9f2a34a8d6c630a60e43dbe19863e61e8d2e9587bd340b67a2982044490cdac25a3c736cd38ccad952
7
+ data.tar.gz: 19f56e279e230b347b393785ff30e16a3a5329664c45f7cb3e835337f3061fefe0d986a206f1495921cf9296d5b8d187dae6a871603fc5692f06d43e258cd25f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.468
1
+ 3.0.469
@@ -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.468
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-08 00:00:00.000000000 Z
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