public class MPSTaskOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
MPSTaskOutput() |
MPSTaskOutput(MPSTaskOutput 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 |
---|---|
MPSOutputFile[] |
getOutputFiles()
Get 任务返回结果中的文件类型结果。如智能擦除中,擦除后的视频文件将被存入媒资,并在此字段中给出 FileId;基于画面提取的字幕文件 Url 将在此字段中给出。
|
void |
setOutputFiles(MPSOutputFile[] OutputFiles)
Set 任务返回结果中的文件类型结果。如智能擦除中,擦除后的视频文件将被存入媒资,并在此字段中给出 FileId;基于画面提取的字幕文件 Url 将在此字段中给出。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MPSTaskOutput()
public MPSTaskOutput(MPSTaskOutput source)
public MPSOutputFile[] getOutputFiles()
public void setOutputFiles(MPSOutputFile[] OutputFiles)
OutputFiles
- 任务返回结果中的文件类型结果。如智能擦除中,擦除后的视频文件将被存入媒资,并在此字段中给出 FileId;基于画面提取的字幕文件 Url 将在此字段中给出。Copyright © 2025. All rights reserved.