Skip to content

Commit a3adb1f

Browse files
authored
Updated
1 parent 091bf8b commit a3adb1f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

dotnet/Face/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
topic: sample
3+
languages:
4+
- C# (dotnet)
5+
products:
6+
- azure
7+
- cognitive services
8+
---
9+
10+
# Face Rest API
11+
12+
These samples are quickstarts that show how to use the Face REST API.
13+
14+
## Prerequisites
15+
16+
- [An Azure Face resource](https://azure.microsoft.com/en-us/try/cognitive-services/?api=face)
17+
- Download the images from [this repo](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/ComputerVision/Images/), then create an "Image" folder inside of a Visual Studio console application in your bin\debug\netcoreapp3.0 folder, then add the image to it. Or use an image of your own.
18+
- Add your Face subscription key and endpoint to your environment variables with the suggested variable names in the sample.
19+
20+
## Running the samples
21+
22+
Run the sample in Visual Studio and see the console output.
23+
24+
## Resources
25+
- Face documentation: <br>
26+
https://docs.microsoft.com/en-us/azure/cognitive-services/face/index
27+
- Face API:<br>
28+
https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236

0 commit comments

Comments
 (0)