Preset Video Watermark
data class PresetVideoWatermark(val horizontalAlign: String? = null, val horizontalOffset: String? = null, val id: String? = null, val maxHeight: String? = null, val maxWidth: String? = null, val opacity: String? = null, val sizingPolicy: String? = null, val target: String? = null, val verticalAlign: String? = null, val verticalOffset: 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