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 to a generated animated image file, which can be a relative path or an 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 to a generated animated image file, which can be a relative path or an 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, toJsonString
public 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 to a generated animated image file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default: `{inputName}_animatedGraphic_{definition}.{format}`.Copyright © 2024. All rights reserved.