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.
Constructors
Link copied to clipboard
fun StreamProcessorBoundingBoxArgs(height: Output<Double>, left: Output<Double>, top: Output<Double>, width: Output<Double>)