Stream Processor Bounding Box Args
data class StreamProcessorBoundingBoxArgs(val height: Output<Double>, val left: Output<Double>, val top: Output<Double>, val width: Output<Double>) : ConvertibleToJava<StreamProcessorBoundingBoxArgs>
A bounding box denoting a region of interest in the frame to be analyzed.