IRekognitionUnsuccessfulFaceAssociation
Interface in AWS.Rekognition
Interface for UnsuccessfulFaceAssociation.
Properties
Confidence
property Confidence: TOptional<Single>
The match confidence with the UserId.
If the face association was unsuccessful because it didn't meet the UserMatchThreshold, this provides the match confidence.
FaceId
property FaceId: string
A unique identifier assigned to the face.
Reasons
property Reasons: TList<string>
The reasons why the association was unsuccessful.
UserId
property UserId: string
The provided ID for the user.
Unique within the collection.