Uses of Class
com.tencentcloudapi.mps.v20190612.models.RawWatermarkParameter
-
Packages that use RawWatermarkParameter Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of RawWatermarkParameter in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return RawWatermarkParameter Modifier and Type Method Description RawWatermarkParameterWatermarkInput. getRawParameter()Get 水印自定义参数,当 Definition 填 0 时有效。 该参数用于高度定制场景,建议您优先使用 Definition 指定水印参数。 水印自定义参数不支持截图打水印。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type RawWatermarkParameter Modifier and Type Method Description voidWatermarkInput. setRawParameter(RawWatermarkParameter RawParameter)Set 水印自定义参数,当 Definition 填 0 时有效。 该参数用于高度定制场景,建议您优先使用 Definition 指定水印参数。 水印自定义参数不支持截图打水印。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type RawWatermarkParameter Constructor Description RawWatermarkParameter(RawWatermarkParameter 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.
-