FaceId Can't able to retrive on face detect api

Hello Date 0 Reputation points
2024-12-03T11:18:12.3733333+00:00

Hi, when I used the Detect API, I received a response containing only the faceRectangle parameter, but the faceId parameter was not included. How can I ensure the faceId is returned? I have used a properly sized image, but I am still facing this issue.

Response :

[{"faceRectangle":{"top":148,"left":208,"width":201,"height":201}}]
Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
173 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 53,716 Reputation points
    2024-12-04T00:03:16.0933333+00:00

    Hello!

    Thanks for reaching out to us here, are you a customer who has been approved to use face recognition (Face API: Identify and Verify features, face ID property)?

    Face service access is limited based on eligibility and usage criteria in order to support our Responsible AI principles. Face service is only available to Microsoft managed customers and partners. Use the Face Recognition intake form to apply for access. For more information, see the Face limited access page.

    If not, you can not use FaceId in your code and you need to set 'returnFaceId: false' to make the API works.

    I hope this helps!

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.