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 Specifies the storage location of the transcoded video.
|
String |
getSpeakerPath()
Get Specifies the file path of the tag.
|
String |
getVideoPath()
Get Specifies the video path for translation.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set Specifies the storage location of the transcoded video.
|
void |
setSpeakerPath(String SpeakerPath)
Set Specifies the file path of the tag.
|
void |
setVideoPath(String VideoPath)
Set Specifies the video path for translation.
|
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
- Specifies the video path for translation.public String getSpeakerPath()
public void setSpeakerPath(String SpeakerPath)
SpeakerPath
- Specifies the file path of the tag.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- Specifies the storage location of the transcoded video.Copyright © 2025. All rights reserved.