StreamProcessorBoundingBoxArgs

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>)

Functions

Link copied to clipboard
open override fun toJava(): StreamProcessorBoundingBoxArgs

Properties

Link copied to clipboard
val height: Output<Double>
Link copied to clipboard
val left: Output<Double>
Link copied to clipboard
val top: Output<Double>
Link copied to clipboard
val width: Output<Double>