AI-102 · Question #49
Drag and Drop Question You are developing a photo application that will find photos of a person based on a sample image by using the Face API. You need to create a POST request to find the photos…
The correct answer is findsimilars; matchPerson. The 'findsimilars' endpoint is correct because it searches a list of faces or a face list to find similar-looking faces based on a query face ID, which is exactly what's needed when finding photos of a person using a sample image. The 'matchPerson' mode is correct because it…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- findsimilars
- matchPerson
Explanation
The 'findsimilars' endpoint is correct because it searches a list of faces or a face list to find similar-looking faces based on a query face ID, which is exactly what's needed when finding photos of a person using a sample image. The 'matchPerson' mode is correct because it returns only faces that belong to the same person as the query face (using a trained person model), filtering results more strictly than 'matchFace' which simply finds visually similar faces regardless of whether they are the same person. Together, POST /face/v1.0/findsimilars with matchPerson mode enables identity-based photo retrieval rather than just visual similarity.
Topics
Community Discussion
No community discussion yet for this question.
