Preset Video Watermark Args
data class PresetVideoWatermarkArgs(val horizontalAlign: Output<String>? = null, val horizontalOffset: Output<String>? = null, val id: Output<String>? = null, val maxHeight: Output<String>? = null, val maxWidth: Output<String>? = null, val opacity: Output<String>? = null, val sizingPolicy: Output<String>? = null, val target: Output<String>? = null, val verticalAlign: Output<String>? = null, val verticalOffset: Output<String>? = null) : ConvertibleToJava<PresetVideoWatermarkArgs>
Constructors
Link copied to clipboard
constructor(horizontalAlign: Output<String>? = null, horizontalOffset: Output<String>? = null, id: Output<String>? = null, maxHeight: Output<String>? = null, maxWidth: Output<String>? = null, opacity: Output<String>? = null, sizingPolicy: Output<String>? = null, target: Output<String>? = null, verticalAlign: Output<String>? = null, verticalOffset: Output<String>? = null)
Properties
Link copied to clipboard
The horizontal position of the watermark unless you specify a nonzero value for horzontal_offset
.
Link copied to clipboard
The amount by which you want the horizontal position of the watermark to be offset from the position specified by horizontal_align
.
Link copied to clipboard
A value that controls scaling of the watermark. Valid values are: Fit
, Stretch
, ShrinkToFit
Link copied to clipboard
Link copied to clipboard
The vertical position of the watermark unless you specify a nonzero value for vertical_align
. Valid values are Top
, Bottom
, Center
.
Link copied to clipboard
The amount by which you want the vertical position of the watermark to be offset from the position specified by vertical_align