Amazon Rekognition · Arazzo Workflow
Amazon Rekognition Reuse or Create Collection then Enroll
Version 1.0.0
List collections, branch to create the collection only if missing, then index a face into it.
View Spec
View on GitHub
Celebrity RecognitionComputer VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine LearningObject DetectionText DetectionVideo AnalysisArazzoWorkflows
Provider
Workflows
reuse-or-create-collection-enroll
Reuse an existing collection or create it, then index an enrollment image.
Lists collections, branches to create the collection when it is not already present, and indexes the enrollment image into the resulting collection.
1
listCollections
listCollections
List the collection ids that already exist in the account.
2
createCollection
createCollection
Create the collection because it was not found in the listing.
3
indexFaces
indexFaces
Index the enrollment image faces into the reused or newly created collection.