StreamProcessorConnectedHomeSettings

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

Connected home settings to use on a streaming video. Note that either ConnectedHomeSettings or FaceSearchSettings should be set. Not both

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 object class match confidence score that must be met to return a result for a recognized object.