StreamProcessorSettingsConnectedHome

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val labels: 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: Double? = null

Minimum confidence required to label an object in the video.