tencentcloud-sdk-tiw 3.0.469 → 3.0.471

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190919/models.rb +11 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6069065d63e1dc3718892f4ba8a7f9da4f183b6c
4
- data.tar.gz: e8b6ab92ca6bea389d487250cbc49a0986f5f077
3
+ metadata.gz: 0d2cbf7bed9b613c3f3aa1a8099e9f79534a5275
4
+ data.tar.gz: 582c1a14cd975b8572199d4e68ebbafd8146295f
5
5
  SHA512:
6
- metadata.gz: 27ab5b8eb0ca47ce31ed36afdf7b69443f5c2e355e5db7147739ee60f2467cf2179e8708b24cfbf6fc566573593392ea4c33c69a7d24e8c3c5a0b8c4fb20bb27
7
- data.tar.gz: cc9f54e9183d71b1887f7eb42e3fb6425d27c8f8f79a0efaac192196ecad3f8c1ea1eea90162e2faeff5618a0a37db1280625cee16d9216d322d6ce522628a65
6
+ metadata.gz: 340bc9e8f61bd6594eb132463f41bc04e059b62e2635c3fa200316c87b11566a83d4609434de6110b38726a1d1b60e8f26ebbea9ccd46e3f4afcff08a0bf0f47
7
+ data.tar.gz: 603e879948797396a08250bd6dc93c1d7fe9dbdc98b29247af87a441e063371900a8254ec5eacedd2c99ad68d0b5a6bb48a38ccb99787b437cf2d10986b3e4c4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.469
1
+ 3.0.471
@@ -188,10 +188,17 @@ module TencentCloud
188
188
 
189
189
  # 示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
190
190
  # @type MinScaleResolution: String
191
+ # @param AutoHandleUnsupportedElement: 是否对不支持元素开启自动处理的功能。默认不开启。
191
192
 
192
- attr_accessor :SdkAppId, :Url, :IsStaticPPT, :MinResolution, :ThumbnailResolution, :CompressFileType, :ExtraData, :Priority, :MinScaleResolution
193
+ # 在开启自动处理的情况下,会自动进行如下处理:
194
+ # 1. 墨迹:移除不支持的墨迹(比如使用WPS画的)
195
+ # 2. 自动翻页:移除PPT上所有的自动翻页设置
196
+ # 3. 已损坏音视频:移除PPT上对损坏音视频的引用
197
+ # @type AutoHandleUnsupportedElement: Boolean
198
+
199
+ attr_accessor :SdkAppId, :Url, :IsStaticPPT, :MinResolution, :ThumbnailResolution, :CompressFileType, :ExtraData, :Priority, :MinScaleResolution, :AutoHandleUnsupportedElement
193
200
 
194
- def initialize(sdkappid=nil, url=nil, isstaticppt=nil, minresolution=nil, thumbnailresolution=nil, compressfiletype=nil, extradata=nil, priority=nil, minscaleresolution=nil)
201
+ def initialize(sdkappid=nil, url=nil, isstaticppt=nil, minresolution=nil, thumbnailresolution=nil, compressfiletype=nil, extradata=nil, priority=nil, minscaleresolution=nil, autohandleunsupportedelement=nil)
195
202
  @SdkAppId = sdkappid
196
203
  @Url = url
197
204
  @IsStaticPPT = isstaticppt
@@ -201,6 +208,7 @@ module TencentCloud
201
208
  @ExtraData = extradata
202
209
  @Priority = priority
203
210
  @MinScaleResolution = minscaleresolution
211
+ @AutoHandleUnsupportedElement = autohandleunsupportedelement
204
212
  end
205
213
 
206
214
  def deserialize(params)
@@ -213,6 +221,7 @@ module TencentCloud
213
221
  @ExtraData = params['ExtraData']
214
222
  @Priority = params['Priority']
215
223
  @MinScaleResolution = params['MinScaleResolution']
224
+ @AutoHandleUnsupportedElement = params['AutoHandleUnsupportedElement']
216
225
  end
217
226
  end
218
227
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tiw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.469
4
+ version: 3.0.471
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-09 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common