tencentcloud-sdk-mrs 1.0.221 → 1.0.225
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200910/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c7b9f1c546f69eb5168dd03269edf60b56cf07f
|
4
|
+
data.tar.gz: 8218d783131b29e51e19a3e4a5ea1dd427e6aaa8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b37d211c23b73b22b70de038880712fa5fe089e6c20683f0a9679a1880a5df3511e60903a5ccd1bbb31331ea36b4a57621a2e5d6777325fb522ea01016b8ccc9
|
7
|
+
data.tar.gz: e19e1542391b8c90c45e53eb498864d415dc43d95a58897c82fda70206e1fa65b8788c2578c76151aecf839d93cd5ff1951c7dfabc01be9159d0d9d0de996777
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.225
|
data/lib/v20200910/models.rb
CHANGED
@@ -2576,10 +2576,13 @@ module TencentCloud
|
|
2576
2576
|
# @param OcrText: OCR文本
|
2577
2577
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2578
2578
|
# @type OcrText: String
|
2579
|
+
# @param OcrResult: OCR拼接后文本
|
2580
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2581
|
+
# @type OcrResult: String
|
2579
2582
|
|
2580
|
-
attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription, :VaccineCertificate, :OcrText
|
2583
|
+
attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription, :VaccineCertificate, :OcrText, :OcrResult
|
2581
2584
|
|
2582
|
-
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)
|
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)
|
2583
2586
|
@PatientInfo = patientinfo
|
2584
2587
|
@ReportInfo = reportinfo
|
2585
2588
|
@Check = check
|
@@ -2597,6 +2600,7 @@ module TencentCloud
|
|
2597
2600
|
@Prescription = prescription
|
2598
2601
|
@VaccineCertificate = vaccinecertificate
|
2599
2602
|
@OcrText = ocrtext
|
2603
|
+
@OcrResult = ocrresult
|
2600
2604
|
end
|
2601
2605
|
|
2602
2606
|
def deserialize(params)
|
@@ -2662,6 +2666,7 @@ module TencentCloud
|
|
2662
2666
|
@VaccineCertificate.deserialize(params['VaccineCertificate'])
|
2663
2667
|
end
|
2664
2668
|
@OcrText = params['OcrText']
|
2669
|
+
@OcrResult = params['OcrResult']
|
2665
2670
|
end
|
2666
2671
|
end
|
2667
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.
|
4
|
+
version: 1.0.225
|
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-
|
11
|
+
date: 2021-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|