AWSRekognitionFaceSearchSettings
Objective-C
@interface AWSRekognitionFaceSearchSettings
Swift
class AWSRekognitionFaceSearchSettings
Input face recognition parameters for an Amazon Rekognition stream processor. FaceRecognitionSettings
is a request parameter for CreateStreamProcessor.
-
The ID of a collection that contains faces that you want to search for.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionId;
Swift
var collectionId: String? { get set }
-
Minimum face match confidence score that must be met to return a result for a recognized face. Default is 80. 0 is the lowest confidence. 100 is the highest confidence.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable faceMatchThreshold;
Swift
var faceMatchThreshold: NSNumber? { get set }