StreamProcessorSettingsConnectedHomeArgs

data class StreamProcessorSettingsConnectedHomeArgs(val labels: Output<List<String>>? = null, val minConfidence: Output<Double>? = null) : ConvertibleToJava<StreamProcessorSettingsConnectedHomeArgs>

Constructors

Link copied to clipboard
constructor(labels: Output<List<String>>? = null, minConfidence: Output<Double>? = null)

Properties

Link copied to clipboard
val labels: Output<List<String>>? = null

Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: PERSON, PET, PACKAGE, and ALL.

Link copied to clipboard
val minConfidence: Output<Double>? = null

Minimum confidence required to label an object in the video.

Functions

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