tencentcloud-sdk-ocr 3.0.591 → 3.0.592

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: e7a7662f0117e9c5c98afcc2c6aaca1224d72b8b
4
- data.tar.gz: 36e13578b7d602343535c6091d84d0b3672894f5
3
+ metadata.gz: bc6d4986983ead464b01dd8d7034a99955fe171d
4
+ data.tar.gz: f8d81da7243deb1894f44a1e2987f561662010e1
5
5
  SHA512:
6
- metadata.gz: c65c73d8ce587742a7a6b90ce193f2e873f5bd1f1e597228202318167250c261facced7aa4f18ede6e40082645592478695e870c5f0cc88c288e0bd200dde4db
7
- data.tar.gz: 8e3d1595a0977701b2349cb10edbbf477567b7a8cfd1aa1432657559e621b5aa37fc96a6957ee9d934a20afa754becd918cebdfbf33d71f6b5fd424dffe311e7
6
+ metadata.gz: 727203404c60fb16fdad0661a6cbec3f3ce2d57154822a623061acf9b7c23ace7a04a5f8769d89cbe0cbc793708ae83d27604f62127cad6d43782e8a5bdcbc00
7
+ data.tar.gz: 64115c39aad818d63b73a523b1ab9f64ba19ddf2596459aeb6d9eb2ccb0a10e2155132e294ee4375bc18ea9ec0253ff3e292af6b1bf745471ea90b79bc00af1c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.591
1
+ 3.0.592
@@ -3381,7 +3381,7 @@ module TencentCloud
3381
3381
  # 混贴票据单张发票识别信息
3382
3382
  class InvoiceItem < TencentCloud::Common::AbstractModel
3383
3383
  # @param Code: 识别结果。
3384
- # OK:表示识别成功;FailedOperation.UnsupportedInvioce:表示不支持识别;
3384
+ # OK:表示识别成功;FailedOperation.UnsupportedInvoice:表示不支持识别;
3385
3385
  # FailedOperation.UnKnowError:表示识别失败;
3386
3386
  # 其它错误码见各个票据接口的定义。
3387
3387
  # @type Code: String
@@ -3410,13 +3410,13 @@ module TencentCloud
3410
3410
  # @type SingleInvoiceInfos: :class:`Tencentcloud::Ocr.v20181119.models.SingleInvoiceItem`
3411
3411
  # @param Page: 发票处于识别图片或PDF文件中的页教,默认从1开始。
3412
3412
  # @type Page: Integer
3413
- # @param SubType: 发票详细类型,详见下方 SubType 返回值说明
3413
+ # @param SubType: 发票详细类型,详见上方 SubType 返回值说明
3414
3414
  # @type SubType: String
3415
- # @param TypeDescription: 发票类型描述,详见下方 TypeDescription 返回值说明
3415
+ # @param TypeDescription: 发票类型描述,详见上方 TypeDescription 返回值说明
3416
3416
  # @type TypeDescription: String
3417
3417
  # @param CutImage: 切割单图文件,Base64编码后的切图后的图片文件,开启 EnableCutImage 后进行返回
3418
3418
  # @type CutImage: String
3419
- # @param SubTypeDescription: 发票详细类型描述,详见下方 SubType 返回值说明
3419
+ # @param SubTypeDescription: 发票详细类型描述,详见上方 SubType 返回值说明
3420
3420
  # @type SubTypeDescription: String
3421
3421
 
3422
3422
  attr_accessor :Code, :Type, :Polygon, :Angle, :SingleInvoiceInfos, :Page, :SubType, :TypeDescription, :CutImage, :SubTypeDescription
@@ -6988,9 +6988,9 @@ module TencentCloud
6988
6988
  # @type Address: String
6989
6989
  # @param Birthday: 出生日期
6990
6990
  # @type Birthday: String
6991
- # @param IssueDate: 首次领用日期
6991
+ # @param IssueDate: 签发日期
6992
6992
  # @type IssueDate: String
6993
- # @param ExpirationDate: 签发日期
6993
+ # @param ExpirationDate: 到期日期
6994
6994
  # @type ExpirationDate: String
6995
6995
  # @param EnLastName: 英文姓名
6996
6996
  # @type EnLastName: 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.591
4
+ version: 3.0.592
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-06-13 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common