public class AnimatedGraphicTaskInput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AnimatedGraphicTaskInput() | 
| AnimatedGraphicTaskInput(AnimatedGraphicTaskInput 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 Animated image generating template ID. | 
| Float | getEndTimeOffset()Get End time of an animated image in a video in seconds. | 
| String | getOutputObjectPath()Get Output path of a file after animated image generating, which can be a relative or absolute path. | 
| TaskOutputStorage | getOutputStorage()Get Target bucket of a generated animated image file. | 
| Float | getStartTimeOffset()Get Start time of an animated image in a video in seconds. | 
| void | setDefinition(Long Definition)Set Animated image generating template ID. | 
| void | setEndTimeOffset(Float EndTimeOffset)Set End time of an animated image in a video in seconds. | 
| void | setOutputObjectPath(String OutputObjectPath)Set Output path of a file after animated image generating, which can be a relative or absolute path. | 
| void | setOutputStorage(TaskOutputStorage OutputStorage)Set Target bucket of a generated animated image file. | 
| void | setStartTimeOffset(Float StartTimeOffset)Set Start time of an animated image in a video in seconds. | 
| 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, toJsonStringpublic AnimatedGraphicTaskInput()
public AnimatedGraphicTaskInput(AnimatedGraphicTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Animated image generating template ID.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Start time of an animated image in a video in seconds.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - End time of an animated image in a video in seconds.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage - Target bucket of a generated animated image file. If this parameter is left empty, the `OutputStorage` value of the upper folder will be inherited.
Note: This field may return null, indicating that no valid values can be obtained.public String getOutputObjectPath()
public void setOutputObjectPath(String OutputObjectPath)
OutputObjectPath - Output path of a file after animated image generating, which can be a relative or absolute path.
If you need to define an output path, the path must end with `.{format}`. For variable names, refer to [Filename Variable](https://intl.cloud.tencent.com/document/product/862/37039?from_cn_redirect=1).
Relative path example:
Copyright © 2024. All rights reserved.