StreamProcessorFaceSearchSettingsArgs

data class StreamProcessorFaceSearchSettingsArgs(val collectionId: Output<String>, val faceMatchThreshold: Output<Double>? = null) : ConvertibleToJava<StreamProcessorFaceSearchSettingsArgs>

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

Constructors

Link copied to clipboard
constructor(collectionId: Output<String>, faceMatchThreshold: Output<Double>? = null)

Properties

Link copied to clipboard
val collectionId: Output<String>

The ID of a collection that contains faces that you want to search for.

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

Minimum face match confidence score percentage that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted.

Functions

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