tencentcloud-sdk-essbasic 3.0.557 → 3.0.559
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: 9e0509de49cbaec822b4bbf25bcfbbe095153777
|
4
|
+
data.tar.gz: e66f24a27d19edbbe7ea01425f958b277e7cc523
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e1a05207df6c950a9e04e802c69520b7d3cbc9bcb9de0d7a097d31d90fb06788e45f15246848822cd4ed40316ce8f1c20f6069fe6741583042787f2b47cf095
|
7
|
+
data.tar.gz: b6a722f323f20a2c07a55b85b78450a872849e009e6ef34d20e49a64b935d6785aa776f5e5e99723c2cc4535d0f0f8f21f105b1b9e620eaaa7a37edf6ee6f571
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.559
|
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.559
|
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-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|