public class ExtractBlindWatermarkTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExtractBlindWatermarkTask() |
ExtractBlindWatermarkTask(ExtractBlindWatermarkTask 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 |
getErrCode()
Get Error code.
|
ExtractBlindWatermarkTaskConfig |
getExtractBlindWatermarkConfig()
Get Extracts the digital watermark configuration.
|
MediaInputInfo |
getInputInfo()
Get Target file information for media processing.
|
Boolean |
getIsDetected()
Get Indicates whether a watermark is detected.
|
String |
getMessage()
Get Error message.
|
String |
getResult()
Get Fetched watermark content.
|
String |
getStatus()
Get Task flow status.
|
String |
getTaskId()
Get Media processing task ID.
|
String |
getType()
Get Specifies the digital watermark type.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setExtractBlindWatermarkConfig(ExtractBlindWatermarkTaskConfig ExtractBlindWatermarkConfig)
Set Extracts the digital watermark configuration.
|
void |
setInputInfo(MediaInputInfo InputInfo)
Set Target file information for media processing.
|
void |
setIsDetected(Boolean IsDetected)
Set Indicates whether a watermark is detected.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setResult(String Result)
Set Fetched watermark content.
|
void |
setStatus(String Status)
Set Task flow status.
|
void |
setTaskId(String TaskId)
Set Media processing task ID.
|
void |
setType(String Type)
Set Specifies the digital watermark type.
|
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, toJsonString
public ExtractBlindWatermarkTask()
public ExtractBlindWatermarkTask(ExtractBlindWatermarkTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Media processing task ID.public String getStatus()
public void setStatus(String Status)
Status
- Task flow status. valid values:.
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. `0` indicates success. other values indicate failure.public String getMessage()
public void setMessage(String Message)
Message
- Error message.public MediaInputInfo getInputInfo()
public void setInputInfo(MediaInputInfo InputInfo)
InputInfo
- Target file information for media processing.public String getType()
public void setType(String Type)
Type
- Specifies the digital watermark type. valid values: public Boolean getIsDetected()
public void setIsDetected(Boolean IsDetected)
IsDetected
- Indicates whether a watermark is detected. if this parameter is true, the Result field will return the watermark extraction Result. if this parameter is false, the Result field will not return.public String getResult()
public void setResult(String Result)
Result
- Fetched watermark content. this field will not be returned when no detection.public ExtractBlindWatermarkTaskConfig getExtractBlindWatermarkConfig()
public void setExtractBlindWatermarkConfig(ExtractBlindWatermarkTaskConfig ExtractBlindWatermarkConfig)
ExtractBlindWatermarkConfig
- Extracts the digital watermark configuration.Copyright © 2025. All rights reserved.