Amazon Rekognition · Arazzo Workflow
Amazon Rekognition Enroll and Search a Face
Version 1.0.0
Create a face collection, index a face into it, then search the collection by a query image.
View Spec
View on GitHub
Celebrity RecognitionComputer VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine LearningObject DetectionText DetectionVideo AnalysisArazzoWorkflows
Provider
Workflows
enroll-and-search-face
Create a collection, index an enrollment image, and search by a query image.
Provisions a face collection, enrolls the faces from an enrollment image into it, and then runs a search-by-image against the collection to find matching faces above a confidence threshold.
1
createCollection
createCollection
Create the face collection that will store indexed face vectors.
2
indexFaces
indexFaces
Detect faces in the enrollment image and add them to the collection.
3
searchByImage
searchFacesByImage
Search the collection for faces matching the supplied query image.