tencentcloud-sdk-hcm 3.0.590 → 3.0.592
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/v20181106/models.rb +4 -4
- 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: 69fb984c24896ebc12570455be2a4aedb76976d9
|
4
|
+
data.tar.gz: 776663e296d6f8d2f73c2b3cc1f892131af2ed66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 768308495b356a86bcef2da28e53d558c1a08217b72eee64fe4656bf1b33040c5ccfa430383160e1a4cb7bd64c2b2316567b695f85e9e071851937f75046a2d3
|
7
|
+
data.tar.gz: 01d875d02f56c45b6b5b0b5f43f3923eeaa041e3bc1bc798b3a4f3cfae168a4da5b28662ca12b929ce91b99090ac4d554c1e06c89c03c73557a0e5485c64750f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20181106/models.rb
CHANGED
@@ -47,7 +47,7 @@ module TencentCloud
|
|
47
47
|
# @type RejectVagueArithmetic: Boolean
|
48
48
|
|
49
49
|
attr_accessor :SessionId, :Image, :HcmAppid, :Url, :SupportHorizontalImage, :RejectNonArithmeticImage, :IsAsync, :EnableDispRelatedVertical, :EnableDispMidresult, :EnablePdfRecognize, :PdfPageIndex, :LaTex, :RejectVagueArithmetic
|
50
|
-
|
50
|
+
|
51
51
|
def initialize(sessionid=nil, image=nil, hcmappid=nil, url=nil, supporthorizontalimage=nil, rejectnonarithmeticimage=nil, isasync=nil, enabledisprelatedvertical=nil, enabledispmidresult=nil, enablepdfrecognize=nil, pdfpageindex=nil, latex=nil, rejectvaguearithmetic=nil)
|
52
52
|
@SessionId = sessionid
|
53
53
|
@Image = image
|
@@ -94,7 +94,7 @@ module TencentCloud
|
|
94
94
|
# @type RequestId: String
|
95
95
|
|
96
96
|
attr_accessor :SessionId, :Items, :TaskId, :RequestId
|
97
|
-
|
97
|
+
|
98
98
|
def initialize(sessionid=nil, items=nil, taskid=nil, requestid=nil)
|
99
99
|
@SessionId = sessionid
|
100
100
|
@Items = items
|
@@ -143,7 +143,7 @@ module TencentCloud
|
|
143
143
|
# @type QuestionId: String
|
144
144
|
|
145
145
|
attr_accessor :Item, :ItemString, :ItemCoord, :Answer, :ExpressionType, :ItemConf, :QuestionId
|
146
|
-
|
146
|
+
|
147
147
|
def initialize(item=nil, itemstring=nil, itemcoord=nil, answer=nil, expressiontype=nil, itemconf=nil, questionid=nil)
|
148
148
|
@Item = item
|
149
149
|
@ItemString = itemstring
|
@@ -180,7 +180,7 @@ module TencentCloud
|
|
180
180
|
# @type Y: Integer
|
181
181
|
|
182
182
|
attr_accessor :Height, :Width, :X, :Y
|
183
|
-
|
183
|
+
|
184
184
|
def initialize(height=nil, width=nil, x=nil, y=nil)
|
185
185
|
@Height = height
|
186
186
|
@Width = width
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-hcm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
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-
|
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
|