public class BatchSubTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchSubTaskResult() |
BatchSubTaskResult(BatchSubTaskResult 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 |
---|---|
MediaInputInfo[] |
getInputInfos()
Get Input information for a batch task.
|
MediaMetaData[] |
getMetadatas()
Get Metadata of the original video.
|
BatchSmartSubtitlesResult |
getSmartSubtitlesTaskResult()
Get Execution result of the smart subtitle task.
|
void |
setInputInfos(MediaInputInfo[] InputInfos)
Set Input information for a batch task.
|
void |
setMetadatas(MediaMetaData[] Metadatas)
Set Metadata of the original video.
|
void |
setSmartSubtitlesTaskResult(BatchSmartSubtitlesResult SmartSubtitlesTaskResult)
Set Execution result of the smart subtitle task.
|
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 BatchSubTaskResult()
public BatchSubTaskResult(BatchSubTaskResult source)
public MediaInputInfo[] getInputInfos()
public void setInputInfos(MediaInputInfo[] InputInfos)
InputInfos
- Input information for a batch task.
Note: This field may return null, indicating that no valid value can be obtained.public MediaMetaData[] getMetadatas()
public void setMetadatas(MediaMetaData[] Metadatas)
Metadatas
- Metadata of the original video.
Note: This field may return null, indicating that no valid value can be obtained.public BatchSmartSubtitlesResult getSmartSubtitlesTaskResult()
public void setSmartSubtitlesTaskResult(BatchSmartSubtitlesResult SmartSubtitlesTaskResult)
SmartSubtitlesTaskResult
- Execution result of the smart subtitle task.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.