tencentcloud-sdk-ocr 1.0.334 → 1.0.335

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: 8c110f9b6e4481a3628f8045bf1ad82bd80e28f8
4
- data.tar.gz: 43a86b3cb64f25e330c1de1966c6e8aeba879400
3
+ metadata.gz: f49f8d070fe772347b086090749722339ac0e641
4
+ data.tar.gz: 452c7159fbb9c2bfad4e3a8ee3d67e2cffca59b4
5
5
  SHA512:
6
- metadata.gz: a1df872121aed1c7be9637e1cccfe13ef5f6701365863f310736c92922502f67d6d12ab35c63bfbe8f4b0062e6b95958ca6bf63a53b34939bb03fa5f668fe049
7
- data.tar.gz: 3bce36a32e7d6b34d13778afa25037fecaf2353a2af49e579c3081783ea8ebdc04c649440a0d484eb8462a7b93f690abdbfef879937675fe781925fc2a19e155
6
+ metadata.gz: 810a85815fc82dc9026b8d1fe105daddcebac1ec9138580e086dd461b30fd73f99a60fff3077615eff8f5b90a8ac9c2f0047f4bc2a828872705a0a5074e54fe9
7
+ data.tar.gz: 9d76ae7b17c9bc3563e3ece28ca15ac8f82b37beabdff65dcdf5ddf03dd0c0e28d947a1f97ffc68d97f9cfaf909502d43fc7e5e741263740e4f2f4b1ff98c21e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.334
1
+ 1.0.335
@@ -1328,7 +1328,7 @@ module TencentCloud
1328
1328
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1329
1329
  end
1330
1330
 
1331
- # 本接口支持北京、上海、广东、江苏、吉林、黑龙江省市健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,七个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
1331
+ # 本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
1332
1332
 
1333
1333
  # @param request: Request instance for RecognizeHealthCodeOCR.
1334
1334
  # @type request: :class:`Tencentcloud::ocr::V20181119::RecognizeHealthCodeOCRRequest`
@@ -4345,12 +4345,14 @@ module TencentCloud
4345
4345
  # @type TestingResult: String
4346
4346
  # @param TestingTime: 核酸检测时间(允许返回空值)
4347
4347
  # @type TestingTime: String
4348
+ # @param Vaccination: 疫苗接种信息,返回接种针数或接种情况(允许返回空值)
4349
+ # @type Vaccination: String
4348
4350
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4349
4351
  # @type RequestId: String
4350
4352
 
4351
- attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :RequestId
4353
+ attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :RequestId
4352
4354
 
4353
- def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, requestid=nil)
4355
+ def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, requestid=nil)
4354
4356
  @Name = name
4355
4357
  @IDNumber = idnumber
4356
4358
  @Time = time
@@ -4358,6 +4360,7 @@ module TencentCloud
4358
4360
  @TestingInterval = testinginterval
4359
4361
  @TestingResult = testingresult
4360
4362
  @TestingTime = testingtime
4363
+ @Vaccination = vaccination
4361
4364
  @RequestId = requestid
4362
4365
  end
4363
4366
 
@@ -4369,6 +4372,7 @@ module TencentCloud
4369
4372
  @TestingInterval = params['TestingInterval']
4370
4373
  @TestingResult = params['TestingResult']
4371
4374
  @TestingTime = params['TestingTime']
4375
+ @Vaccination = params['Vaccination']
4372
4376
  @RequestId = params['RequestId']
4373
4377
  end
4374
4378
  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: 1.0.334
4
+ version: 1.0.335
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-06-15 00:00:00.000000000 Z
11
+ date: 2022-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common