question

Adedayo-3438 avatar image
0 Votes"
Adedayo-3438 asked GiftA-MSFT answered

Azure cognitive Service for Vision

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

GiftA-MSFT avatar image
0 Votes"
GiftA-MSFT answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.