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.
|
String |
getTranslateSubtitlePath()
Get Path of a subtitle translation file extracted from a video.
|
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 |
setTranslateSubtitlePath(String TranslateSubtitlePath)
Set Path of a subtitle translation file extracted from a video.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, 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.
Note: This field may return null, indicating that no valid values can be obtained.public String getTranslateSubtitlePath()
public void setTranslateSubtitlePath(String TranslateSubtitlePath)
TranslateSubtitlePath
- Path of a subtitle translation file extracted from a video.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.