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.