AWSRekognitionUserMatch
Objective-C
@interface AWSRekognitionUserMatch
Swift
class AWSRekognitionUserMatch
Provides UserID metadata along with the confidence in the match of this UserID with the input face.
-
Describes the UserID metadata.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable similarity;Swift
var similarity: NSNumber? { get set } -
Confidence in the match of this UserID with the input face.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionMatchedUser *_Nullable user;Swift
var user: AWSRekognitionMatchedUser? { get set }
View on GitHub
Install in Dash
AWSRekognitionUserMatch Class Reference