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. | 
| 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 | 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, toJsonStringpublic 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.Copyright © 2025. All rights reserved.