public class CreatePPTCheckTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreatePPTCheckTaskRequest() |
CreatePPTCheckTaskRequest(CreatePPTCheckTaskRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoHandleUnsupportedElement()
Get 是否对不支持元素开启自动处理的功能。默认不开启。
在开启自动处理的情况下,会自动进行如下处理:
1.
|
Long |
getSdkAppId()
Get 客户的SdkAppId
|
String |
getUrl()
Get 经过URL编码后的PPT文件地址。URL 编码会将字符转换为可通过因特网传输的格式,例如文档地址为http://example.com/测试.pptx,经过URL编码之后为http://example.com/%E6%B5%8B%E8%AF%95.pptx。为了提高URL解析的成功率,请对URL进行编码。
|
void |
setAutoHandleUnsupportedElement(Boolean AutoHandleUnsupportedElement)
Set 是否对不支持元素开启自动处理的功能。默认不开启。
在开启自动处理的情况下,会自动进行如下处理:
1.
|
void |
setSdkAppId(Long SdkAppId)
Set 客户的SdkAppId
|
void |
setUrl(String Url)
Set 经过URL编码后的PPT文件地址。URL 编码会将字符转换为可通过因特网传输的格式,例如文档地址为http://example.com/测试.pptx,经过URL编码之后为http://example.com/%E6%B5%8B%E8%AF%95.pptx。为了提高URL解析的成功率,请对URL进行编码。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreatePPTCheckTaskRequest()
public CreatePPTCheckTaskRequest(CreatePPTCheckTaskRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 客户的SdkAppIdpublic String getUrl()
public void setUrl(String Url)
Url
- 经过URL编码后的PPT文件地址。URL 编码会将字符转换为可通过因特网传输的格式,例如文档地址为http://example.com/测试.pptx,经过URL编码之后为http://example.com/%E6%B5%8B%E8%AF%95.pptx。为了提高URL解析的成功率,请对URL进行编码。public Boolean getAutoHandleUnsupportedElement()
public void setAutoHandleUnsupportedElement(Boolean AutoHandleUnsupportedElement)
AutoHandleUnsupportedElement
- 是否对不支持元素开启自动处理的功能。默认不开启。
在开启自动处理的情况下,会自动进行如下处理:
1. 墨迹:移除不支持的墨迹(比如使用WPS画的)
2. 自动翻页:移除PPT上所有的自动翻页设置,并设置为单击鼠标翻页
3. 已损坏音视频:移除PPT上对损坏音视频的引用Copyright © 2023. All rights reserved.