public class SmartSubtitlesTaskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
SmartSubtitlesTaskInput() |
SmartSubtitlesTaskInput(SmartSubtitlesTaskInput 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 |
---|---|
Long |
getDefinition()
Get Smart subtitle template ID.
|
RawSmartSubtitleParameter |
getRawParameter()
Get Custom smart subtitle parameter.
|
String |
getUserExtPara()
Get User extension field, which does not need to be filled in for general scenarios.
|
void |
setDefinition(Long Definition)
Set Smart subtitle template ID.
|
void |
setRawParameter(RawSmartSubtitleParameter RawParameter)
Set Custom smart subtitle parameter.
|
void |
setUserExtPara(String UserExtPara)
Set User extension field, which does not need to be filled in for general scenarios.
|
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 SmartSubtitlesTaskInput()
public SmartSubtitlesTaskInput(SmartSubtitlesTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Smart subtitle template ID.public String getUserExtPara()
public void setUserExtPara(String UserExtPara)
UserExtPara
- User extension field, which does not need to be filled in for general scenarios.public RawSmartSubtitleParameter getRawParameter()
public void setRawParameter(RawSmartSubtitleParameter RawParameter)
RawParameter
- Custom smart subtitle parameter. It takes effect when Definition is set to 0. This parameter is used in high customization scenarios. It is recommended that you preferentially use Definition to specify smart subtitle parameters.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.