StreamProcessorRegionsOfInterestArgs

data class StreamProcessorRegionsOfInterestArgs(val boundingBox: Output<StreamProcessorRegionsOfInterestBoundingBoxArgs>? = null, val polygons: Output<List<StreamProcessorRegionsOfInterestPolygonArgs>>) : ConvertibleToJava<StreamProcessorRegionsOfInterestArgs>

Constructors

Link copied to clipboard
constructor(boundingBox: Output<StreamProcessorRegionsOfInterestBoundingBoxArgs>? = null, polygons: Output<List<StreamProcessorRegionsOfInterestPolygonArgs>>)

Properties

Link copied to clipboard

Box representing a region of interest on screen. Only 1 per region is allowed. See bounding_box.

Link copied to clipboard

Shape made up of up to 10 Point objects to define a region of interest. See polygon.

Functions

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