IRekognitionSearchFacesRequest
Interface in AWS.Rekognition
Interface for SearchFaces requests.
Ancestors
Properties
CollectionId
property CollectionId: string
Specify the ID of a collection to search for faces in.
FaceId
property FaceId: string
Specify the ID of a face to search for within the collection.
FaceMatchThreshold
property FaceMatchThreshold: TOptional<Single>
Optionally, specify a minimum confidence in the face match to return.
Valid range: 0 - 100. If not provided, a default value of 80% will be used.
MaxFaces
property MaxFaces: TOptional<Integer>
Optionally, specify the maximum number of faces to return.
Valid range: 1 - 4096. The operation will return the highest confidence matches first.