How can I view existing objects in FaceApi resource?

J Malik Heartley 1 Reputation point
2022-03-03T02:50:58.387+00:00

I'm using the FaceAPI and am saving each PersonGroupPerson and PersonGroup to my local database but is there a way I can view the objects that exist in my Azure resource on the portal?

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
152 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,396 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,616 Reputation points
    2022-03-04T12:35:35.77+00:00

    @JustinHeartley-8871 Thanks for the question. While the Face Service does not store customer images, the extracted face feature(s) will be stored on server. The Face ID is an identifier of the face feature and will be used in Face - Identify, Face - Verify, and Face - Find Similar. The stored face features will expire and be deleted 24 hours after the original detection call.

    You can use the List person groups’s personGroupId, name, userData and recognitionModel.

    0 comments No comments