Microsoft Azure Face API - Face detect return object
{
"faceRectangle": {
"top": 114,
"left": 206,
"width": 167,
"height": 167
}
}
but I need faceId. It not return faceId. I did not fount solution about it.
Microsoft Azure Face API - Face detect return object
{
"faceRectangle": {
"top": 114,
"left": 206,
"width": 167,
"height": 167
}
}
but I need faceId. It not return faceId. I did not fount solution about it.
Copyright © 2021 Jogjafile Inc.

I tried in my environment and got the below results:
If you need to get the face Id of the image, you can use the below request.
In the request, you need to add
returnFaceId =trueto get the face Id.Postman:
Reference:
Face - Detect With Url - REST API (Azure Cognitive Services - Face) | Microsoft Learn