Uses of Class
com.tencentcloudapi.mps.v20190612.models.AnimatedGraphicTaskInput
-
Packages that use AnimatedGraphicTaskInput Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of AnimatedGraphicTaskInput in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return AnimatedGraphicTaskInput Modifier and Type Method Description AnimatedGraphicTaskInputActivityPara. getAnimatedGraphicTask()Get 视频转动图任务 注意:此字段可能返回 null,表示取不到有效值。AnimatedGraphicTaskInput[]MediaProcessTaskInput. getAnimatedGraphicTaskSet()Get 视频转动图任务列表。AnimatedGraphicTaskInputMediaProcessTaskAnimatedGraphicResult. getInput()Get 转动图任务的输入。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type AnimatedGraphicTaskInput Modifier and Type Method Description voidActivityPara. setAnimatedGraphicTask(AnimatedGraphicTaskInput AnimatedGraphicTask)Set 视频转动图任务 注意:此字段可能返回 null,表示取不到有效值。voidMediaProcessTaskInput. setAnimatedGraphicTaskSet(AnimatedGraphicTaskInput[] AnimatedGraphicTaskSet)Set 视频转动图任务列表。voidMediaProcessTaskAnimatedGraphicResult. setInput(AnimatedGraphicTaskInput Input)Set 转动图任务的输入。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type AnimatedGraphicTaskInput Constructor Description 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.
-