Package | Description |
---|---|
com.tencentcloudapi.vod.v20180717.models |
Modifier and Type | Method and Description |
---|---|
SvgWatermarkInput |
WatermarkTemplate.getSvgTemplate()
Get SVG 水印模板,当 Type 为 svg,该字段有效。
注意:此字段可能返回 null,表示取不到有效值。
|
SvgWatermarkInput |
CreateWatermarkTemplateRequest.getSvgTemplate()
Get SVG水印模板,当 Type 为 svg,该字段必填。当 Type 为 image 或 text,该字段无效。
|
Modifier and Type | Method and Description |
---|---|
void |
WatermarkTemplate.setSvgTemplate(SvgWatermarkInput SvgTemplate)
Set SVG 水印模板,当 Type 为 svg,该字段有效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateWatermarkTemplateRequest.setSvgTemplate(SvgWatermarkInput SvgTemplate)
Set SVG水印模板,当 Type 为 svg,该字段必填。当 Type 为 image 或 text,该字段无效。
|
Constructor and Description |
---|
SvgWatermarkInput(SvgWatermarkInput 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.
|
Copyright © 2023. All rights reserved.