Azure cognitive Service for Vision

Adedayo 21 Reputation points
2022-02-22T14:26:00.04+00:00

Do i have to save the image in a folder and pass the directory to the face API before i use the Face API?

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
153 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2022-02-23T18:24:15.85+00:00

    Hi, Face API expects individual image URL or binary file (detect api) in the request body, please refer to the API reference and quickstart documents. Organizing images into folders may also be useful for some operations as shown in Face Client Library.

    0 comments No comments