tencentcloud-sdk-ocr 1.0.206 → 1.0.210

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81dfb343790119eab198451696202ec63dd8b0eb
4
- data.tar.gz: 8df2d745bcbcf7f3546f5e33d8bd87f5a7b38644
3
+ metadata.gz: 688d5e0851abb31394fd643bffd9e66372372ca7
4
+ data.tar.gz: 960fe35725f6b2df50e0b24dd6372c7e23e1d6df
5
5
  SHA512:
6
- metadata.gz: f65046f458272516c8de850b5f1ad96cd21f69ed1eac3fbbfcdcb735711a50a08ccdeb56dcdac6b7e5058b14a445be51f2e1fdca7637c4afccfa929088fe7db1
7
- data.tar.gz: 9053f14c408af2999bdbe1d31c24223f5fb7cec53dcfca73220016c75111cebe81a4cbf62c62ea0a6b2037a08347d155ad915273ede5cafbdc64195dd211a71c
6
+ metadata.gz: 6ccc44045dbdea3dd872d6c21cb457fe082300b432113e6e8d77792f9eab47eac68e99364d36f3fe1a76c6e8e50de2f08784e74655f2afb2790d4d86f7702795
7
+ data.tar.gz: d185c36328a696c461db5edf32df1b72e16c3e3f1b14c76f5687521a9d3d08f34580402795594a99cb50ef52ce42001b8b81a2f90f2a897dcc920940b1eeed68
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.206
1
+ 1.0.210
@@ -762,7 +762,7 @@ module TencentCloud
762
762
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
763
763
  end
764
764
 
765
- # 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快、支持的 QPS 更高。
765
+ # 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。
766
766
 
767
767
  # @param request: Request instance for GeneralFastOCR.
768
768
  # @type request: :class:`Tencentcloud::ocr::V20181119::GeneralFastOCRRequest`
@@ -7174,21 +7174,21 @@ module TencentCloud
7174
7174
  # @type CbuItem: String
7175
7175
  # @param ApprDate: 核准时间
7176
7176
  # @type ApprDate: String
7177
- # @param Province:
7177
+ # @param Province: 省(返回空值)
7178
7178
  # @type Province: String
7179
- # @param City: 地级市
7179
+ # @param City: 地级市(返回空值)
7180
7180
  # @type City: String
7181
- # @param County: 区\县
7181
+ # @param County: 区\县(返回空值)
7182
7182
  # @type County: String
7183
- # @param AreaCode: 住所所在行政区划代码
7183
+ # @param AreaCode: 住所所在行政区划代码(返回空值)
7184
7184
  # @type AreaCode: String
7185
- # @param IndustryPhyCode: 行业门类代码
7185
+ # @param IndustryPhyCode: 行业门类代码(返回空值)
7186
7186
  # @type IndustryPhyCode: String
7187
- # @param IndustryPhyName: 行业门类名称
7187
+ # @param IndustryPhyName: 行业门类名称(返回空值)
7188
7188
  # @type IndustryPhyName: String
7189
- # @param IndustryCode: 国民经济行业代码
7189
+ # @param IndustryCode: 国民经济行业代码(返回空值)
7190
7190
  # @type IndustryCode: String
7191
- # @param IndustryName: 国民经济行业名称
7191
+ # @param IndustryName: 国民经济行业名称(返回空值)
7192
7192
  # @type IndustryName: String
7193
7193
  # @param OperateScope: 经营(业务)范围
7194
7194
  # @type OperateScope: String
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: 1.0.206
4
+ version: 1.0.210
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-19 00:00:00.000000000 Z
11
+ date: 2021-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common