public class ExtractBlindWatermarkTaskConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExtractBlindWatermarkTaskConfig() |
ExtractBlindWatermarkTaskConfig(ExtractBlindWatermarkTaskConfig 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 |
getSegmentDuration()
Get Valid when the watermark type is blind-abseq.
|
void |
setSegmentDuration(Long SegmentDuration)
Set Valid when the watermark type is blind-abseq.
|
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 ExtractBlindWatermarkTaskConfig()
public ExtractBlindWatermarkTaskConfig(ExtractBlindWatermarkTaskConfig source)
public Long getSegmentDuration()
public void setSegmentDuration(Long SegmentDuration)
SegmentDuration
- Valid when the watermark type is blind-abseq. specifies the segment duration of the input video. unit: ms.
Segment duration is 5 seconds by default if left empty.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.