public class SmartEraseTaskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
SmartEraseTaskInput() |
SmartEraseTaskInput(SmartEraseTaskInput 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 |
---|---|
Long |
getDefinition()
Get 智能擦除模板id。
|
String |
getOutputObjectPath()
Get 文件的输出路径,可以为相对路径或者绝对路径。
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
相对路径示例:
文件名_{变量名}.{format}
文件名.{format}
绝对路径示例:
/自定义路径/文件名_{变量名}.{format}
注意**:目前不支持`BatchProcessMedia`接口。
|
TaskOutputStorage |
getOutputStorage()
Get 文件的目标存储,不填则继承上层的 OutputStorage 值。
注意:此字段可能返回 null,表示取不到有效值。
|
RawSmartEraseParameter |
getRawParameter()
Get 智能擦除自定义参数,当 Definition 填 0 时有效。 该参数用于高度定制场景,建议您优先使用 Definition 指定智能擦除参数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDefinition(Long Definition)
Set 智能擦除模板id。
|
void |
setOutputObjectPath(String OutputObjectPath)
Set 文件的输出路径,可以为相对路径或者绝对路径。
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
相对路径示例:
文件名_{变量名}.{format}
文件名.{format}
绝对路径示例:
/自定义路径/文件名_{变量名}.{format}
注意**:目前不支持`BatchProcessMedia`接口。
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set 文件的目标存储,不填则继承上层的 OutputStorage 值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRawParameter(RawSmartEraseParameter RawParameter)
Set 智能擦除自定义参数,当 Definition 填 0 时有效。 该参数用于高度定制场景,建议您优先使用 Definition 指定智能擦除参数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SmartEraseTaskInput()
public SmartEraseTaskInput(SmartEraseTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 智能擦除模板id。public RawSmartEraseParameter getRawParameter()
public void setRawParameter(RawSmartEraseParameter RawParameter)
RawParameter
- 智能擦除自定义参数,当 Definition 填 0 时有效。 该参数用于高度定制场景,建议您优先使用 Definition 指定智能擦除参数。
注意:此字段可能返回 null,表示取不到有效值。public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- 文件的目标存储,不填则继承上层的 OutputStorage 值。
注意:此字段可能返回 null,表示取不到有效值。public String getOutputObjectPath()
public void setOutputObjectPath(String OutputObjectPath)
OutputObjectPath
- 文件的输出路径,可以为相对路径或者绝对路径。
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
相对路径示例:
Copyright © 2025. All rights reserved.