Uses of Class
com.tencentcloudapi.mps.v20190612.models.RawImageWatermarkInput
-
Packages that use RawImageWatermarkInput Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of RawImageWatermarkInput in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return RawImageWatermarkInput Modifier and Type Method Description RawImageWatermarkInputRawWatermarkParameter. getImageTemplate()Get 图片水印模板,当 Type 为 image,该字段必填。当 Type 为 text,该字段无效。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type RawImageWatermarkInput Modifier and Type Method Description voidRawWatermarkParameter. setImageTemplate(RawImageWatermarkInput ImageTemplate)Set 图片水印模板,当 Type 为 image,该字段必填。当 Type 为 text,该字段无效。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type RawImageWatermarkInput Constructor Description RawImageWatermarkInput(RawImageWatermarkInput 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.
-