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?

demandé il y a 2 ans293 vues
1 réponse
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
répondu il y a 2 ans
profile pictureAWS
EXPERT
Chris_G
vérifié il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions