public class SplitMediaTaskSegmentInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SplitMediaTaskSegmentInfo() |
SplitMediaTaskSegmentInfo(SplitMediaTaskSegmentInfo 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 |
---|---|
SplitMediaTaskInput |
getInput()
Get Input information of a video splitting task.
|
TaskOutputMediaInfo |
getOutput()
Get Output information of a video splitting task.
|
String |
getProcedureTaskId()
Get The task ID for the task type `Procedure`.
|
String |
getReviewAudioVideoTaskId()
Get The task ID for the task type `ReviewAudioVideo`.
|
void |
setInput(SplitMediaTaskInput Input)
Set Input information of a video splitting task.
|
void |
setOutput(TaskOutputMediaInfo Output)
Set Output information of a video splitting task.
|
void |
setProcedureTaskId(String ProcedureTaskId)
Set The task ID for the task type `Procedure`.
|
void |
setReviewAudioVideoTaskId(String ReviewAudioVideoTaskId)
Set The task ID for the task type `ReviewAudioVideo`.
|
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 SplitMediaTaskSegmentInfo()
public SplitMediaTaskSegmentInfo(SplitMediaTaskSegmentInfo source)
public SplitMediaTaskInput getInput()
public void setInput(SplitMediaTaskInput Input)
Input
- Input information of a video splitting task.public TaskOutputMediaInfo getOutput()
public void setOutput(TaskOutputMediaInfo Output)
Output
- Output information of a video splitting task.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProcedureTaskId()
public void setProcedureTaskId(String ProcedureTaskId)
ProcedureTaskId
- The task ID for the task type `Procedure`. If a task flow (`ProcedureName`) is specified by [SplitMedia](https://intl.cloud.tencent.com/document/api/266/51098?from_cn_redirect=1), and the task flow includes one or more of `MediaProcessTask`, `AiAnalysisTask`, and `AiRecognitionTask`, the task specified by this parameter will be executed.public String getReviewAudioVideoTaskId()
public void setReviewAudioVideoTaskId(String ReviewAudioVideoTaskId)
ReviewAudioVideoTaskId
- The task ID for the task type `ReviewAudioVideo`. If a task flow (`ProcedureName`) is specified by [SplitMedia](https://intl.cloud.tencent.com/document/api/266/51098?from_cn_redirect=1), and the task flow includes `ReviewAudioVideoTask`, the task specified by this parameter will be executed.Copyright © 2024. All rights reserved.