public class AiAnalysisTaskDubbingOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiAnalysisTaskDubbingOutput() |
AiAnalysisTaskDubbingOutput(AiAnalysisTaskDubbingOutput 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 |
---|---|
TaskOutputStorage |
getOutputStorage()
Get 译制视频存储位置。
|
String |
getSpeakerPath()
Get 标记文件路径
|
String |
getVideoPath()
Get 译制视频路径。
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set 译制视频存储位置。
|
void |
setSpeakerPath(String SpeakerPath)
Set 标记文件路径
|
void |
setVideoPath(String VideoPath)
Set 译制视频路径。
|
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 AiAnalysisTaskDubbingOutput()
public AiAnalysisTaskDubbingOutput(AiAnalysisTaskDubbingOutput source)
public String getVideoPath()
public void setVideoPath(String VideoPath)
VideoPath
- 译制视频路径。public String getSpeakerPath()
public void setSpeakerPath(String SpeakerPath)
SpeakerPath
- 标记文件路径public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- 译制视频存储位置。Copyright © 2025. All rights reserved.