public class SubmitPreprocessJobsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
preprocessType
The preprocessing type.
|
String |
videoId
The ID of the video.
|
| 构造器和说明 |
|---|
SubmitPreprocessJobsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SubmitPreprocessJobsRequest |
build(Map<String,?> map) |
String |
getPreprocessType() |
String |
getVideoId() |
SubmitPreprocessJobsRequest |
setPreprocessType(String preprocessType) |
SubmitPreprocessJobsRequest |
setVideoId(String videoId) |
@NameInMap(value="PreprocessType") public String preprocessType
The preprocessing type. Set the value to **LivePreprocess**, which indicates that the video is preprocessed in the production studio.
@NameInMap(value="VideoId") public String videoId
The ID of the video.
public static SubmitPreprocessJobsRequest build(Map<String,?> map) throws Exception
Exceptionpublic SubmitPreprocessJobsRequest setPreprocessType(String preprocessType)
public String getPreprocessType()
public SubmitPreprocessJobsRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.