tencentcloud-sdk-essbasic 3.0.589 → 3.0.591
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201222/models.rb +126 -126
- data/lib/v20210526/client.rb +1 -1
- data/lib/v20210526/models.rb +293 -134
- metadata +2 -2
data/lib/v20210526/client.rb
CHANGED
@@ -164,7 +164,7 @@ module TencentCloud
|
|
164
164
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
165
165
|
end
|
166
166
|
|
167
|
-
# 上传了word、excel
|
167
|
+
# 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
|
168
168
|
|
169
169
|
# @param request: Request instance for ChannelCreateConvertTaskApi.
|
170
170
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateConvertTaskApiRequest`
|