Stream Processor Face Search Settings Args
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
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.