tencentcloud-sdk-essbasic 3.0.558 → 3.0.560
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/v20210526/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: d30f43c68d21de5bb3cb8660d7fdc64556e909fb
|
4
|
+
data.tar.gz: 24884c9183afade1c3fc3090f236cc8b5bc42a9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e74f5f6dbb3e6eeeeaf4696ab8c5cdb18a107c2eb7dc3017e2dfdb0e51de19bb473058c1c2aa8950674d1c7e2b42570a49f9a305d649a81e057e70363d0d98be
|
7
|
+
data.tar.gz: 7699e0d0bce6abb46ee0b5e2efa804a76f46271fa7def32e00f6802671b830e7474aee38dbd0144a6b407bcd5cb9250b17a001a6a08dc96185ce36b9a8294f80
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.560
|
data/lib/v20210526/models.rb
CHANGED
@@ -2282,10 +2282,13 @@ module TencentCloud
|
|
2282
2282
|
# @type RelativeLocation: String
|
2283
2283
|
# @param KeywordIndexes: 关键字索引,可选参数,如果一个关键字在PDF文件中存在多个,可以通过关键字索引指定使用第几个关键字作为最后的结果,可指定多个索引。示例[0,2],说明使用PDF文件内第1个和第3个关键字位置。
|
2284
2284
|
# @type KeywordIndexes: Array
|
2285
|
+
# @param Placeholder: 填写提示的内容
|
2286
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2287
|
+
# @type Placeholder: String
|
2285
2288
|
|
2286
|
-
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY, :ChannelComponentId, :KeywordOrder, :KeywordPage, :RelativeLocation, :KeywordIndexes
|
2289
|
+
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY, :ChannelComponentId, :KeywordOrder, :KeywordPage, :RelativeLocation, :KeywordIndexes, :Placeholder
|
2287
2290
|
|
2288
|
-
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil, channelcomponentid=nil, keywordorder=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil)
|
2291
|
+
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil, channelcomponentid=nil, keywordorder=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil, placeholder=nil)
|
2289
2292
|
@ComponentId = componentid
|
2290
2293
|
@ComponentType = componenttype
|
2291
2294
|
@ComponentName = componentname
|
@@ -2310,6 +2313,7 @@ module TencentCloud
|
|
2310
2313
|
@KeywordPage = keywordpage
|
2311
2314
|
@RelativeLocation = relativelocation
|
2312
2315
|
@KeywordIndexes = keywordindexes
|
2316
|
+
@Placeholder = placeholder
|
2313
2317
|
end
|
2314
2318
|
|
2315
2319
|
def deserialize(params)
|
@@ -2337,6 +2341,7 @@ module TencentCloud
|
|
2337
2341
|
@KeywordPage = params['KeywordPage']
|
2338
2342
|
@RelativeLocation = params['RelativeLocation']
|
2339
2343
|
@KeywordIndexes = params['KeywordIndexes']
|
2344
|
+
@Placeholder = params['Placeholder']
|
2340
2345
|
end
|
2341
2346
|
end
|
2342
2347
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.560
|
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-04-
|
11
|
+
date: 2023-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|