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
fun StreamProcessorConnectedHomeSettings(labels: List<String>, minConfidence: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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.