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?

已提問 2 年前檢視次數 293 次
1 個回答
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
已回答 2 年前
profile pictureAWS
專家
Chris_G
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南