StreamProcessorFaceSearchSettings

data class StreamProcessorFaceSearchSettings(val collectionId: String, val faceMatchThreshold: Double? = null)

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.