tencentcloud-sdk-ocr 3.0.618 → 3.0.619

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: 82307580b7b03e6abdfb1cf2a3188a14aac21678
4
- data.tar.gz: add39ffa03a5c430587d9269031f113e8d31b264
3
+ metadata.gz: 765fd38496763bad449789660af2f50820958af5
4
+ data.tar.gz: 669b3756b905752bbacb4f092ce7dd378ee39208
5
5
  SHA512:
6
- metadata.gz: d2786a0bab7234898792642b103c569351a966c6e043d8551888f24d00564e9fa104fea4a3a4da60462622a1728090505b1cc1ed9faf70ffe3d553dfc5c9ed3d
7
- data.tar.gz: 187ebd38817365c74910033d2bba142579d6a49b4a6104f3879fef25182ff8b37ca399f668cf2e7fc0d4c1c5ae8a158cb4c12f677d6b4ae21e6eb6dbb2770456
6
+ metadata.gz: cdab0600725e063266373c80e2cb4899e91e805a63998d9b5512a83e025044a8b440764d0ab2b20bbbe6d5a9c270c10650dc265e4255f9e49192e71c4de30b52
7
+ data.tar.gz: 1978a8700012bf659350250492ab7e26e20ccc2af69871a33ad7fe67387fd974b1648a03653b84aa94602323c6e38aa16534bddaf39cb5eeee3dd24adf410582
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.618
1
+ 3.0.619
@@ -956,7 +956,7 @@ module TencentCloud
956
956
  # @type Value: String
957
957
  # @param Rect: 字段在旋转纠正之后的图像中的像素坐标。
958
958
  # @type Rect: :class:`Tencentcloud::Ocr.v20181119.models.Rect`
959
- # @param Polygon: 字段在原图中的中的四点坐标。
959
+ # @param Polygon: 字段在原图中的四点坐标。
960
960
  # 注意:此字段可能返回 null,表示取不到有效值。
961
961
  # 注意:此字段可能返回 null,表示取不到有效值。
962
962
  # @type Polygon: :class:`Tencentcloud::Ocr.v20181119.models.Polygon`
@@ -1683,7 +1683,7 @@ module TencentCloud
1683
1683
  # 企业证照单个字段的内容
1684
1684
  class EnterpriseLicenseInfo < TencentCloud::Common::AbstractModel
1685
1685
  # @param Name: 识别出的字段名称(关键字),不同证件类型可能不同,证件类型包含企业登记证书、许可证书、企业执照、三证合一类证书;
1686
- # 支持以下字段:统一社会信用代码、法定代表人、公司名称、公司地址、注册资金、企业关型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等;
1686
+ # 支持以下字段:统一社会信用代码、法定代表人、公司名称、公司地址、注册资金、企业类型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等;
1687
1687
  # @type Name: String
1688
1688
  # @param Value: 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。
1689
1689
  # @type Value: 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: 3.0.618
4
+ version: 3.0.619
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-21 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common