AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Input face recognition parameters for an Amazon Rekognition stream processor. Includes the collection to use for face recognition and the face attributes to detect. Defining the settings is required in the request parameter for CreateStreamProcessor.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.FaceSearchSettings

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class FaceSearchSettings

The FaceSearchSettings type exposes the following members

Constructors

NameDescription
Public Method FaceSearchSettings()

Properties

NameTypeDescription
Public Property CollectionId System.String

Gets and sets the property CollectionId.

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

Public Property FaceMatchThreshold System.Single

Gets and sets the property FaceMatchThreshold.

Minimum face match confidence score 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, and values lower than 80 are set to 80.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5