StreamProcessorSettingsFaceSearch

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Minimum face match confidence score that must be met to return a result for a recognized face.