You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md
+26-27Lines changed: 26 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: pafarley
15
15
16
16
Get started with facial recognition using the Face client library for .NET. The Azure AI Face service provides you with access to advanced algorithms for detecting and recognizing human faces in images. Follow these steps to install the package and try out the example code for basic face identification using remote images.
@@ -41,7 +41,7 @@ Get started with facial recognition using the Face client library for .NET. The
41
41
42
42
### Install the client library
43
43
44
-
Once you've created a new project, install the client library by right-clicking on the project solution in the **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens select **Browse**, check **Include prerelease**, and search for `Microsoft.Azure.CognitiveServices.Vision.Face`. Select the latest version, and then **Install**.
44
+
Once you've created a new project, install the client library by right-clicking on the project solution in the **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens select **Browse**, check **Include prerelease**, and search for `Azure.AI.Vision.Face`. Select the latest version, and then **Install**.
45
45
46
46
#### [CLI](#tab/cli)
47
47
@@ -72,7 +72,7 @@ Get started with facial recognition using the Face client library for .NET. The
72
72
Within the application directory, install the Face client library for .NET with the following command:
In this quickstart, you learned how to use the Face client library for .NET to do basic face identification. Next, learn about the different face detection models and how to specify the right model for your use case.
@@ -165,4 +164,4 @@ In this quickstart, you learned how to use the Face client library for .NET to d
165
164
> [Specify a face detection model version](../../how-to/specify-detection-model.md)
166
165
167
166
*[What is the Face service?](../../overview-identity.md)
168
-
* More extensive sample code can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/Face/FaceQuickstart.cs).
167
+
* More extensive sample code can be found on [GitHub](https://aka.ms/FaceSamples).
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-python-sdk.md
+25-26Lines changed: 25 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.author: pafarley
15
15
16
16
Get started with facial recognition using the Face client library for Python. Follow these steps to install the package and try out the example code for basic tasks. The Face service provides you with access to advanced algorithms for detecting and recognizing human faces in images. Follow these steps to install the package and try out the example code for basic face identification using remote images.
In this quickstart, you learned how to use the Face client library for Python to do basic face identification. Next, learn about the different face detection models and how to specify the right model for your use case.
@@ -108,4 +107,4 @@ In this quickstart, you learned how to use the Face client library for Python to
108
107
> [Specify a face detection model version](../../how-to/specify-detection-model.md)
109
108
110
109
*[What is the Face service?](../../overview-identity.md)
111
-
* More extensive sample code can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/Face/FaceQuickstart.py).
110
+
* More extensive sample code can be found on [GitHub](https://aka.ms/FaceSamples).
0 commit comments