tencentcloud-sdk-tiw 3.0.549 → 3.0.550

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b829576da5feb0e862a7b3c5c54eae1383142bda
4
- data.tar.gz: 103d872cf6897e71ec9b1badeb4841a2a969d8f7
3
+ metadata.gz: db4836d95133729fe4fa5e8946c5cbf5f9a3255c
4
+ data.tar.gz: 578f13b53e790c32275f88cb9b9ef999a3763b62
5
5
  SHA512:
6
- metadata.gz: d36f34406829a0a7d44dd46a478cc2705baf794368c222429a71af0a06d3e771fc1046122d91040ef6fae393603a792de5e6397d32263382788c4eafb4bade0b
7
- data.tar.gz: 5b5fa7ac2fa8ef74d82984bd90faf1b76a64c9ad3183c8560ab534e996baebcfb1531a0ddf2787457b477bd32f8bc5f95b3cf4e153606d15ce5e9cc4a76b81dd
6
+ metadata.gz: 0bf0d3d0caaed374bba1a311e3c21449a05f3c2acc25c12ef37e8eaf21320249acc2b55dffa6b8616813cb27e3ae48fa6d2cbbd09b1102e99fb4645716e7b50c
7
+ data.tar.gz: cf2be1919cbb1a912f5cc0453a524736f4eab5187f73d4035c6e330e4151d19bb4cca5440d46c9e72a8a455873524801539841c4d7882725ecc7e8d08a52fd05
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.549
1
+ 3.0.550
@@ -1233,7 +1233,7 @@ module TencentCloud
1233
1233
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1234
1234
  end
1235
1235
 
1236
- # 设置PPT检测任务回调地址,回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260
1236
+ # 设置PPT检测任务回调地址,回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260#c9cbe05f-fe1a-4410-b4dc-40cc301c7b81
1237
1237
 
1238
1238
  # @param request: Request instance for SetPPTCheckCallback.
1239
1239
  # @type request: :class:`Tencentcloud::tiw::V20190919::SetPPTCheckCallbackRequest`
@@ -273,7 +273,7 @@ module TencentCloud
273
273
  class CreatePPTCheckTaskRequest < TencentCloud::Common::AbstractModel
274
274
  # @param SdkAppId: 客户的SdkAppId
275
275
  # @type SdkAppId: Integer
276
- # @param Url: 经过URL编码后的PPT文件地址。URL 编码会将字符转换为可通过因特网传输的格式,比如文档地址为http://example.com/测试.pptx,经过URL编码之后为http://example.com/%E6%B5%8B%E8%AF%95.pptx。为了提高URL解析的成功率,请对URL进行编码。
276
+ # @param Url: 经过URL编码后的PPT文件地址。URL 编码会将字符转换为可通过因特网传输的格式,例如文档地址为http://example.com/测试.pptx,经过URL编码之后为http://example.com/%E6%B5%8B%E8%AF%95.pptx。为了提高URL解析的成功率,请对URL进行编码。
277
277
  # @type Url: String
278
278
  # @param AutoHandleUnsupportedElement: 是否对不支持元素开启自动处理的功能。默认不开启。
279
279
 
@@ -3357,7 +3357,7 @@ module TencentCloud
3357
3357
  class SetPPTCheckCallbackRequest < TencentCloud::Common::AbstractModel
3358
3358
  # @param SdkAppId: 客户的SdkAppId
3359
3359
  # @type SdkAppId: Integer
3360
- # @param Callback: 进度回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。 回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260
3360
+ # @param Callback: 进度回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。 回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260#c9cbe05f-fe1a-4410-b4dc-40cc301c7b81
3361
3361
  # @type Callback: String
3362
3362
 
3363
3363
  attr_accessor :SdkAppId, :Callback
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.549
4
+ version: 3.0.550
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-12 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common