I can see how to use the face detection part of the Face API to get the bio metric information about an image such as on your example page: https://azure.microsoft.com/en-us/services/cognitive-services/face/ in the face detection section. What
I would like to do is be able to get that data for images and use the JSON result to compare images for similar matches. Is it possible to use the JSON result from face API detection for comparing if images are similar? I would use the API to compare
but I have a large number of images locally. What I would like to do is initially extract the bio metric information using face API detection, then when I want to do a search get the data from a photo and query against the saved extracted bio metric
information in the JSON result.
Thanks,
Andy