public class AiAnalysisTaskDelLogoOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
AiAnalysisTaskDelLogoOutput() |
AiAnalysisTaskDelLogoOutput(AiAnalysisTaskDelLogoOutput 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 |
---|---|
String |
getOriginSubtitlePath()
Get Path of a subtitle file extracted from a video.
|
TaskOutputStorage |
getOutputStorage()
Get Storage location of a file after removal.
|
String |
getPath()
Get Path of a file after removal.
|
SubtitlePosition |
getSubtitlePos()
Get Position of the erased subtitle.
|
String |
getTranslateSubtitlePath()
Get Path of a subtitle translation file extracted from a video.
|
String |
getVoiceClonedMarkFile()
Get Specifies the file address of the voice type clone annotation.
|
String |
getVoiceClonedVideo()
Get Specifies the file url of the video after voice cloning.
|
void |
setOriginSubtitlePath(String OriginSubtitlePath)
Set Path of a subtitle file extracted from a video.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set Storage location of a file after removal.
|
void |
setPath(String Path)
Set Path of a file after removal.
|
void |
setSubtitlePos(SubtitlePosition SubtitlePos)
Set Position of the erased subtitle.
|
void |
setTranslateSubtitlePath(String TranslateSubtitlePath)
Set Path of a subtitle translation file extracted from a video.
|
void |
setVoiceClonedMarkFile(String VoiceClonedMarkFile)
Set Specifies the file address of the voice type clone annotation.
|
void |
setVoiceClonedVideo(String VoiceClonedVideo)
Set Specifies the file url of the video after voice cloning.
|
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 AiAnalysisTaskDelLogoOutput()
public AiAnalysisTaskDelLogoOutput(AiAnalysisTaskDelLogoOutput source)
public String getPath()
public void setPath(String Path)
Path
- Path of a file after removal.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- Storage location of a file after removal.public String getOriginSubtitlePath()
public void setOriginSubtitlePath(String OriginSubtitlePath)
OriginSubtitlePath
- Path of a subtitle file extracted from a video.public String getTranslateSubtitlePath()
public void setTranslateSubtitlePath(String TranslateSubtitlePath)
TranslateSubtitlePath
- Path of a subtitle translation file extracted from a video.public SubtitlePosition getSubtitlePos()
public void setSubtitlePos(SubtitlePosition SubtitlePos)
SubtitlePos
- Position of the erased subtitle. Note: This field is only valid for subtitle extraction when the option to return subtitle positions is enabled.
Note: This field may return null, indicating that no valid value can be obtained.public String getVoiceClonedVideo()
public void setVoiceClonedVideo(String VoiceClonedVideo)
VoiceClonedVideo
- Specifies the file url of the video after voice cloning.
Note: This field may return null, indicating that no valid value can be obtained.public String getVoiceClonedMarkFile()
public void setVoiceClonedMarkFile(String VoiceClonedMarkFile)
VoiceClonedMarkFile
- Specifies the file address of the voice type clone annotation.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.