Rectangle Args
data class RectangleArgs(val height: Output<String>? = null, val left: Output<String>? = null, val top: Output<String>? = null, val width: Output<String>? = null) : ConvertibleToJava<RectangleArgs>
Describes the properties of a rectangular window applied to the input media before processing it.
Constructors
Link copied to clipboard
fun RectangleArgs(height: Output<String>? = null, left: Output<String>? = null, top: Output<String>? = null, width: Output<String>? = null)