tencentcloud-sdk-hcm 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- 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: 450cb33a7ff013921fe104fe235fe93b4b791803
|
4
|
+
data.tar.gz: 74cde5cf81be2784b50823f2551a403f99ae8284
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3238909fcb1a7045d5cc67c8187d30cccf2319222793e7fddf8a0e00154e48feae908b901a377da5a7a690010b705057fb18a21f0f5784f4e67226ceaff22e6
|
7
|
+
data.tar.gz: 511cee17c23f5540b9ba4be9df39c3753448c102761f7d3ac9c1d1a62fcfd4356dc3236861b7368f35c6e9b2546bbfe70c66cec24c0ad38e18acf3f19786cbdc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
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.591
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|