public class ExtractCopyRightWatermarkRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ExtractCopyRightWatermarkRequest() |
ExtractCopyRightWatermarkRequest(ExtractCopyRightWatermarkRequest 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 |
getExtInfo()
Get Reserved fields, used for special purposes.
|
String |
getSessionContext()
Get Identifies the source context, which is used to transparently transmit user request information.
|
String |
getSessionId()
Get The identification code used for task deduplication.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
Long |
getTasksPriority()
Get The priority of the task.
|
String |
getUrl()
Get The media URL from which the watermark needs to be extracted.
|
void |
setExtInfo(String ExtInfo)
Set Reserved fields, used for special purposes.
|
void |
setSessionContext(String SessionContext)
Set Identifies the source context, which is used to transparently transmit user request information.
|
void |
setSessionId(String SessionId)
Set The identification code used for task deduplication.
|
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 |
setUrl(String Url)
Set The media URL from which the watermark needs to be extracted.
|
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 ExtractCopyRightWatermarkRequest()
public ExtractCopyRightWatermarkRequest(ExtractCopyRightWatermarkRequest source)
public String getUrl()
public void setUrl(String Url)
Url - The media URL from which the watermark needs to be extracted.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 String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext - Identifies the source context, which is used to transparently transmit user request information. This field value will be returned in the ExtractCopyRightWatermarkComplete callback and task flow status change callback, with a maximum length of 1000 characters.public String getSessionId()
public void setSessionId(String SessionId)
SessionId - The identification code used for task deduplication. If there is a request with 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 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.