tencentcloud-sdk-ocr 3.0.469 → 3.0.471

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d82cafc8e2e93686d6ed0e92ba4a27a85119d60
4
- data.tar.gz: fa3c92f5d73cadc9fe74862919a17778af761707
3
+ metadata.gz: 430aefd6daf6eb76e9e6bd6181007193fd242316
4
+ data.tar.gz: 85692597ff713fd01a00fde01bd216208598d3fd
5
5
  SHA512:
6
- metadata.gz: e2f9846af9599ae843dd5264cde09dd385a51c07d2fcfe9f2a34a8d6c630a60e43dbe19863e61e8d2e9587bd340b67a2982044490cdac25a3c736cd38ccad952
7
- data.tar.gz: 19f56e279e230b347b393785ff30e16a3a5329664c45f7cb3e835337f3061fefe0d986a206f1495921cf9296d5b8d187dae6a871603fc5692f06d43e258cd25f
6
+ metadata.gz: 9d5a8aef1d46146f29703286b1da4beb2ac748eb801de08ea23d11f187e7b685be191e6ba50be8a82461a9f516d94b19733b488c67bfdc4625d353b0a70fcef7
7
+ data.tar.gz: 703d94cfdd7e5ea07beded3a57091b09a7310954357dbc5e73a4465992fd5f3b392da69e43518db12bb94754145c3b0a122cb75b7205c04bd57aa1f40f711c1b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.469
1
+ 3.0.471
@@ -1675,6 +1675,8 @@ module TencentCloud
1675
1675
 
1676
1676
  # 本接口支持各类印章识别,包括发票章,财务章等,适用于公文,票据等场景。
1677
1677
 
1678
+ # 默认接口请求频率限制:5次/秒。
1679
+
1678
1680
  # @param request: Request instance for SealOCR.
1679
1681
  # @type request: :class:`Tencentcloud::ocr::V20181119::SealOCRRequest`
1680
1682
  # @rtype: :class:`Tencentcloud::ocr::V20181119::SealOCRResponse`
@@ -5714,16 +5714,24 @@ module TencentCloud
5714
5714
  # @type OtherTexts: Array
5715
5715
  # @param SealInfos: 全部印章信息
5716
5716
  # @type SealInfos: Array
5717
+ # @param SealShape: 印章类型,表示为:
5718
+ # 圆形印章:0
5719
+ # 椭圆形印章:1
5720
+ # 方形印章:2
5721
+ # 菱形印章:3
5722
+ # 三角形印章:4
5723
+ # @type SealShape: String
5717
5724
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5718
5725
  # @type RequestId: String
5719
5726
 
5720
- attr_accessor :SealBody, :Location, :OtherTexts, :SealInfos, :RequestId
5727
+ attr_accessor :SealBody, :Location, :OtherTexts, :SealInfos, :SealShape, :RequestId
5721
5728
 
5722
- def initialize(sealbody=nil, location=nil, othertexts=nil, sealinfos=nil, requestid=nil)
5729
+ def initialize(sealbody=nil, location=nil, othertexts=nil, sealinfos=nil, sealshape=nil, requestid=nil)
5723
5730
  @SealBody = sealbody
5724
5731
  @Location = location
5725
5732
  @OtherTexts = othertexts
5726
5733
  @SealInfos = sealinfos
5734
+ @SealShape = sealshape
5727
5735
  @RequestId = requestid
5728
5736
  end
5729
5737
 
@@ -5742,6 +5750,7 @@ module TencentCloud
5742
5750
  @SealInfos << sealinfo_tmp
5743
5751
  end
5744
5752
  end
5753
+ @SealShape = params['SealShape']
5745
5754
  @RequestId = params['RequestId']
5746
5755
  end
5747
5756
  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.469
4
+ version: 3.0.471
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-09 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common