public class EnhanceMediaQualityRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
EnhanceMediaQualityRequest() |
EnhanceMediaQualityRequest(EnhanceMediaQualityRequest 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 Remaster template ID, please contact Tencent Cloud for details
|
String |
getFileId()
Get Media file ID, that is, the globally unique identifier of the file on VOD, which is assigned by the VOD backend after successful upload.
|
EnhanceMediaQualityOutputConfig |
getOutputConfig()
Get Configuration of media files after Remaster
|
String |
getSessionContext()
Get Source context, used to pass through user request information, Remaster completion callback will return this field value, up to 1000 characters
|
String |
getSessionId()
Get The identification code used for deduplication.
|
Long |
getSubAppId()
Get VOD [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
Long |
getTasksPriority()
Get The priority of the task, the higher the value, the higher the priority, the range is -10 to 10, not filled in means 0
|
void |
setDefinition(Long Definition)
Set Remaster template ID, please contact Tencent Cloud for details
|
void |
setFileId(String FileId)
Set Media file ID, that is, the globally unique identifier of the file on VOD, which is assigned by the VOD backend after successful upload.
|
void |
setOutputConfig(EnhanceMediaQualityOutputConfig OutputConfig)
Set Configuration of media files after Remaster
|
void |
setSessionContext(String SessionContext)
Set Source context, used to pass through user request information, Remaster completion callback will return this field value, up to 1000 characters
|
void |
setSessionId(String SessionId)
Set The identification code used for deduplication.
|
void |
setSubAppId(Long SubAppId)
Set VOD [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setTasksPriority(Long TasksPriority)
Set The priority of the task, the higher the value, the higher the priority, the range is -10 to 10, not filled in means 0
|
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 EnhanceMediaQualityRequest()
public EnhanceMediaQualityRequest(EnhanceMediaQualityRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId - Media file ID, that is, the globally unique identifier of the file on VOD, which is assigned by the VOD backend after successful upload. This field can be obtained from [video upload completion event notification](https://intl.cloud.tencent.com/document/product/266/7830?from_cn_redirect=1) or [vod console](https://console.cloud.tencent.com/vod/media).public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Remaster template ID, please contact Tencent Cloud for detailspublic Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - VOD [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you want to access resources in the Subapplication, enter the Subapplication ID in this field; otherwise, you do not need to fill in this field.public EnhanceMediaQualityOutputConfig getOutputConfig()
public void setOutputConfig(EnhanceMediaQualityOutputConfig OutputConfig)
OutputConfig - Configuration of media files after Remasterpublic String getSessionId()
public void setSessionId(String SessionId)
SessionId - The identification code used for deduplication. If there has been a request with the same identification code within three days, this request will return an error. Up to 50 characters, without or with an empty string means no deduplicationpublic String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext - Source context, used to pass through user request information, Remaster completion callback will return this field value, up to 1000 characterspublic Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority - The priority of the task, the higher the value, the higher the priority, the range is -10 to 10, not filled in means 0Copyright © 2025. All rights reserved.