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 当提取数字水印类型为blind-abseq时有效,用于指定输入视频的切片时长,单位:毫秒。
如果不填默认切片时长为5秒。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSegmentDuration(Long SegmentDuration)
Set 当提取数字水印类型为blind-abseq时有效,用于指定输入视频的切片时长,单位:毫秒。
如果不填默认切片时长为5秒。
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 当提取数字水印类型为blind-abseq时有效,用于指定输入视频的切片时长,单位:毫秒。
如果不填默认切片时长为5秒。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.