tencentcloud-sdk-mrs 1.0.219 → 1.0.223

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200910/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb5112b8c3a791480c6282d0e70caa3194c337f8
4
- data.tar.gz: ff9f7477437aea7c42e3c4475df0fa5c0b8883c0
3
+ metadata.gz: 53e63a5014c04085ea3ab0abd9d78d0d0dd2899f
4
+ data.tar.gz: 64477d2a4d58b83615d12e104418a3e1a14d0f74
5
5
  SHA512:
6
- metadata.gz: 6fbe63a9001f39b464e134bb420c332fac039b34e90f5580c672646965d0ef2793ebd2a225663387183d46a060ea5f2a2b0d350765d8204b58a8c04af3b6dd9d
7
- data.tar.gz: 2e0e8c67a427d5533c9b88e29016e4a96fde6199b93be23d3abd79e042a563ef3e6e22e822635d164b53e489bce2e1118f4f072fc709058ccc9b9bffc16dc92e
6
+ metadata.gz: fd18637df4294c6fc6f59f85bdadafc9e97a484ab399e674cf6e7e1602748075d7d235b7e2d6952ea7d2208ad05518d7dd5c068ab8e38a279f7da6d1dd9b3b7a
7
+ data.tar.gz: eec322145bd9b11fb1a4df58245fe7fe7a76535206c7ef6b6821bde37225b6cff6cc430841c6473a0757630a6d9e33542c5aed0906f0cca09a6a16bd1b03a071
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.219
1
+ 1.0.223
@@ -2573,10 +2573,16 @@ module TencentCloud
2573
2573
  # @param VaccineCertificate: 免疫接种证明
2574
2574
  # 注意:此字段可能返回 null,表示取不到有效值。
2575
2575
  # @type VaccineCertificate: :class:`Tencentcloud::Mrs.v20200910.models.VaccineCertificate`
2576
+ # @param OcrText: OCR文本
2577
+ # 注意:此字段可能返回 null,表示取不到有效值。
2578
+ # @type OcrText: String
2579
+ # @param OcrResult: OCR拼接后文本
2580
+ # 注意:此字段可能返回 null,表示取不到有效值。
2581
+ # @type OcrResult: String
2576
2582
 
2577
- attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription, :VaccineCertificate
2583
+ attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription, :VaccineCertificate, :OcrText, :OcrResult
2578
2584
 
2579
- def initialize(patientinfo=nil, reportinfo=nil, check=nil, pathology=nil, meddoc=nil, diagcert=nil, firstpage=nil, indicator=nil, reporttype=nil, medicalrecordinfo=nil, hospitalization=nil, surgery=nil, electrocardiogram=nil, endoscopy=nil, prescription=nil, vaccinecertificate=nil)
2585
+ def initialize(patientinfo=nil, reportinfo=nil, check=nil, pathology=nil, meddoc=nil, diagcert=nil, firstpage=nil, indicator=nil, reporttype=nil, medicalrecordinfo=nil, hospitalization=nil, surgery=nil, electrocardiogram=nil, endoscopy=nil, prescription=nil, vaccinecertificate=nil, ocrtext=nil, ocrresult=nil)
2580
2586
  @PatientInfo = patientinfo
2581
2587
  @ReportInfo = reportinfo
2582
2588
  @Check = check
@@ -2593,6 +2599,8 @@ module TencentCloud
2593
2599
  @Endoscopy = endoscopy
2594
2600
  @Prescription = prescription
2595
2601
  @VaccineCertificate = vaccinecertificate
2602
+ @OcrText = ocrtext
2603
+ @OcrResult = ocrresult
2596
2604
  end
2597
2605
 
2598
2606
  def deserialize(params)
@@ -2657,6 +2665,8 @@ module TencentCloud
2657
2665
  @VaccineCertificate = VaccineCertificate.new
2658
2666
  @VaccineCertificate.deserialize(params['VaccineCertificate'])
2659
2667
  end
2668
+ @OcrText = params['OcrText']
2669
+ @OcrResult = params['OcrResult']
2660
2670
  end
2661
2671
  end
2662
2672
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mrs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.219
4
+ version: 1.0.223
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-12-08 00:00:00.000000000 Z
11
+ date: 2021-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common