Stream Processor Regions Of Interest Bounding Box Args
data class StreamProcessorRegionsOfInterestBoundingBoxArgs(val height: Output<Double>? = null, val left: Output<Double>? = null, val top: Output<Double>? = null, val width: Output<Double>? = null) : ConvertibleToJava<StreamProcessorRegionsOfInterestBoundingBoxArgs>