tencentcloud-sdk-ocr 1.0.311 → 1.0.314

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: 566635a008cbb951db8e55f771b47ed3008d9c6e
4
- data.tar.gz: f7b2cc7581f4b0e40c6769c0b9f4f691ad1bf8c9
3
+ metadata.gz: 02a59322865255e8494d5f5bd05a446ad88838b3
4
+ data.tar.gz: 632b87fd480441cc239b2061dffd8581b1b13f4b
5
5
  SHA512:
6
- metadata.gz: 0f8a7eba837d3aaf41d4ac9003c6def101bb1c72f03e3de21f2be347d25c3266ebcff87afcaac9dac685f7e2628b6b0c2826cbbcb86e48345d4206c0e9274c87
7
- data.tar.gz: c1ee972493abf9c6d7c75406f77b835793081e432dbc8d3a77312ce62d039802adc15edfb435c729b50b8514e070f342339885226267139331daa80781798b8d
6
+ metadata.gz: bf569dd498aab588d2411ebc4b66b4538ffaa9b419f08c868bd5499a482be305e8044a9da01d67df77f2c82783ef7c40775464f0cc7ae6758bb4344c03874a88
7
+ data.tar.gz: e155c39c55c4af1c106801611de1b1be003065e2b780f12f88ce15142a00fb9d947c960e587f4d47f08a9b4e252829d6617ad7399788b8b415c95c0a7ed56460
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.311
1
+ 1.0.314
@@ -1342,7 +1342,7 @@ module TencentCloud
1342
1342
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1343
1343
  end
1344
1344
 
1345
- # 本接口支持深圳粤康码、广州穗康码、上海随申码、北京健康宝的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,七个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
1345
+ # 本接口支持北京、上海、广东、江苏、吉林、黑龙江省市健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,七个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
1346
1346
 
1347
1347
  # @param request: Request instance for RecognizeHealthCodeOCR.
1348
1348
  # @type request: :class:`Tencentcloud::ocr::V20181119::RecognizeHealthCodeOCRRequest`
@@ -4304,14 +4304,6 @@ module TencentCloud
4304
4304
  # @type ImageUrl: String
4305
4305
  # @param Type: 需要识别的健康码类型列表,为空或不填表示默认为自动识别。
4306
4306
  # 0:自动识别
4307
-
4308
- # 1:粤康码
4309
-
4310
- # 2:随申码
4311
-
4312
- # 3:健康宝
4313
-
4314
- # 4.穗康码
4315
4307
  # @type Type: Integer
4316
4308
 
4317
4309
  attr_accessor :ImageBase64, :ImageUrl, :Type
@@ -4331,19 +4323,19 @@ module TencentCloud
4331
4323
 
4332
4324
  # RecognizeHealthCodeOCR返回参数结构体
4333
4325
  class RecognizeHealthCodeOCRResponse < TencentCloud::Common::AbstractModel
4334
- # @param Name: 持码人姓名,如:王*
4326
+ # @param Name: 持码人姓名,如:王*(允许返回空值)
4335
4327
  # @type Name: String
4336
- # @param IDNumber: 持码人身份证号,如:11**************01
4328
+ # @param IDNumber: 持码人身份证号,如:11**************01(允许返回空值)
4337
4329
  # @type IDNumber: String
4338
- # @param Time: 健康码更新时间
4330
+ # @param Time: 健康码更新时间(允许返回空值)
4339
4331
  # @type Time: String
4340
- # @param Color: 健康码颜色:绿色、黄色、红色
4332
+ # @param Color: 健康码颜色:绿色、黄色、红色(允许返回空值)
4341
4333
  # @type Color: String
4342
- # @param TestingInterval: 核酸检测间隔时长:24小时、48小时、72小时、暂无核酸检测记录
4334
+ # @param TestingInterval: 核酸检测间隔时长(允许返回空值)
4343
4335
  # @type TestingInterval: String
4344
- # @param TestingResult: 核酸检测结果:阴性、阳性、暂无核酸检测记录
4336
+ # @param TestingResult: 核酸检测结果:阴性、阳性、暂无核酸检测记录(允许返回空值)
4345
4337
  # @type TestingResult: String
4346
- # @param TestingTime: 核酸检测时间
4338
+ # @param TestingTime: 核酸检测时间(允许返回空值)
4347
4339
  # @type TestingTime: String
4348
4340
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4349
4341
  # @type RequestId: 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.311
4
+ version: 1.0.314
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-05-12 00:00:00.000000000 Z
11
+ date: 2022-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common