StreamProcessorConnectedHomeSettingsArgs

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

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: Output<List<String>>, minConfidence: Output<Double>? = null)

Properties

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

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

Functions

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