public class SubmitDynamicImageJobRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dynamicImageTemplateId
The ID of the frame animation template.
|
String |
overrideParams
The override parameter.
|
String |
videoId
The ID of the video.
|
| 构造器和说明 |
|---|
SubmitDynamicImageJobRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SubmitDynamicImageJobRequest |
build(Map<String,?> map) |
String |
getDynamicImageTemplateId() |
String |
getOverrideParams() |
String |
getVideoId() |
SubmitDynamicImageJobRequest |
setDynamicImageTemplateId(String dynamicImageTemplateId) |
SubmitDynamicImageJobRequest |
setOverrideParams(String overrideParams) |
SubmitDynamicImageJobRequest |
setVideoId(String videoId) |
@NameInMap(value="DynamicImageTemplateId") public String dynamicImageTemplateId
The ID of the frame animation template.
@NameInMap(value="OverrideParams") public String overrideParams
The override parameter. Specify the value in the JSON format. For more information, see [Parameters for media processing](~~98618~~). You can use this parameter to override configurations in the animated image template. For more information, see the "DynamicImageTemplateConfig: the configurations of an animated sticker template" section of the [Basic data types](~~52839~~) topic.
@NameInMap(value="VideoId") public String videoId
The ID of the video. You can use one of the following methods to obtain the ID:
* Log on to the [ApsaraVideo VOD](https://vod.console.aliyun.com) console. In the left-side navigation pane, choose **Media Files** > **Audio/Video**. On the Video and Audio page, view the ID of the media file. This method is applicable to files that are uploaded by using the ApsaraVideo VOD console.
* Obtain the value of VideoId from the response to the [CreateUploadVideo](~~55407~~) operation that you call to upload media files.
* Obtain the value of VideoId from the response to the [SearchMedia](~~86044~~) operation after you upload media files.
public static SubmitDynamicImageJobRequest build(Map<String,?> map) throws Exception
Exceptionpublic SubmitDynamicImageJobRequest setDynamicImageTemplateId(String dynamicImageTemplateId)
public String getDynamicImageTemplateId()
public SubmitDynamicImageJobRequest setOverrideParams(String overrideParams)
public String getOverrideParams()
public SubmitDynamicImageJobRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.