When using Rekognition, if you previously saved 1 million images in a Collection and do a SearchFaceByImage of 1 new image against those 1 million images, do you need to pay for 1 million API calls?

0

When using Rekognition, if you previously saved 1 million images in a Collection and do a SearchFaceByImage of 1 new image against those 1 million images, do you need to pay for 1 million API calls?

asked 2 years ago286 views
1 Answer
1

See the "Pricing example 2 – Multiple APIs and Face Detection" section in the Amazon Rekognition Pricing page.

You will need to pay: (1) 1 million images * IndexFaces + (2) face meta data storage = 1 million faces metadata objects x $0.00001/face per month + (3) 1 new image * SearchFacesbyImage

Once the faces are indexed, you don't need to run the IndexFaces again. The information will be stored as metadata.

profile pictureAWS
Mia C
answered 2 years ago
profile pictureAWS
EXPERT
Chris_G
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions