public class EnhanceMediaByTemplateRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
EnhanceMediaByTemplateRequest() |
EnhanceMediaByTemplateRequest(EnhanceMediaByTemplateRequest 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 Enhance Media Template ID.
|
Float |
getEndTimeOffset()
Get End offset time, unit: seconds, leaving it blank means intercepting to the end of the video.
|
String |
getExtInfo()
Get Reserved fields, used for special purposes.
|
String |
getFileId()
Get File ID.
|
RebuildMediaOutputConfig |
getOutputConfig()
Get File configuration after Enhance.
|
String |
getSessionContext()
Get Source context, used to transparently transmit user request information.
|
String |
getSessionId()
Get The identification code used for deduplication.
|
Float |
getStartTimeOffset()
Get Starting offset time, unit: seconds, leaving it blank means intercepting from the beginning of the video.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
Long |
getTasksPriority()
Get The priority of the task.
|
void |
setDefinition(Long Definition)
Set Enhance Media Template ID.
|
void |
setEndTimeOffset(Float EndTimeOffset)
Set End offset time, unit: seconds, leaving it blank means intercepting to the end of the video.
|
void |
setExtInfo(String ExtInfo)
Set Reserved fields, used for special purposes.
|
void |
setFileId(String FileId)
Set File ID.
|
void |
setOutputConfig(RebuildMediaOutputConfig OutputConfig)
Set File configuration after Enhance.
|
void |
setSessionContext(String SessionContext)
Set Source context, used to transparently transmit user request information.
|
void |
setSessionId(String SessionId)
Set The identification code used for deduplication.
|
void |
setStartTimeOffset(Float StartTimeOffset)
Set Starting offset time, unit: seconds, leaving it blank means intercepting from the beginning of the video.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setTasksPriority(Long TasksPriority)
Set The priority of the task.
|
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, toJsonStringpublic EnhanceMediaByTemplateRequest()
public EnhanceMediaByTemplateRequest(EnhanceMediaByTemplateRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId - File ID.public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Enhance Media Template ID.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public Float getStartTimeOffset()
public void setStartTimeOffset(Float StartTimeOffset)
StartTimeOffset - Starting offset time, unit: seconds, leaving it blank means intercepting from the beginning of the video.public Float getEndTimeOffset()
public void setEndTimeOffset(Float EndTimeOffset)
EndTimeOffset - End offset time, unit: seconds, leaving it blank means intercepting to the end of the video.public RebuildMediaOutputConfig getOutputConfig()
public void setOutputConfig(RebuildMediaOutputConfig OutputConfig)
OutputConfig - File configuration after Enhance.public String getSessionId()
public void setSessionId(String SessionId)
SessionId - The identification code used for deduplication. If there is a request for the same identification code within three days, this request will return an error. The maximum length is 50 characters, without or with an empty string to indicate no deduplication.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext - Source context, used to transparently transmit user request information. The task flow status change callback will return the value of this field, which can be up to 1000 characters.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority - The priority of the task. The larger the value, the higher the priority. The value range is -10 to 10. If left blank, it means 0.public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo - Reserved fields, used for special purposes.Copyright © 2024. All rights reserved.