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/face-environment-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In this example, write your credentials to environment variables on the local ma
10
10
11
11
[!INCLUDE [find key and endpoint](./find-key.md)]
12
12
13
-
To set the environment variable for your key and endpoint, open a console window and follow the instructions for your operating system and development environment.
13
+
To set the environment variable for your key and endpoint, open a console window and complete the instructions that follow for your operating system and development environment.
14
14
15
15
- To set the `FACE_APIKEY` environment variable, replace `<your_key>` with one of the keys for your resource.
16
16
- To set the `FACE_ENDPOINT` environment variable, replace `<your_endpoint>` with the endpoint for your resource.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/find-key.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ ms.update-cycle: 365-days
12
12
ms.author: pafarley
13
13
---
14
14
15
-
Go to the Azure portal. If the resource you created in the **Prerequisites** section deployed successfully, select **Go to resource** under **Next Steps**. You can find your key and endpoint under **Resource Management**in the **Keys and Endpoint** page. Your resource key isn't the same as your Azure subscription ID.
15
+
Go to the Azure portal. If the resource you created in the **Prerequisites** section deployed successfully, select **Go to resource** under **Next steps**. You can find your key and endpoint under **Resource Management**on the **Keys and Endpoint** page of the Face resource. Your resource key isn't the same as your Azure subscription ID.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/identity-studio-quickstart.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,7 @@ Use Azure AI Foundry portal to detect faces in an image.
22
22
23
23
Go to the [Azure AI Foundry portal](https://ai.azure.com/), and sign in with your Azure account that has the AI Foundry resource.
24
24
25
-
On the left nav, select **AI Services**. On the next page, select **Vision + Document**. Go to the **Face** tab and select **Detect faces in an image**.
26
-
25
+
Select **Azure AI Foundry** in the top-left corner, scroll down and select **Explore Azure AI Services**, and then select **Vision + Document**. On the **Face** tab, select **Detect faces in an image**.
27
26
28
27
## Detect faces
29
28
@@ -33,7 +32,7 @@ Select an image from the available set, or upload your own. The service will det
33
32
34
33
## Next steps
35
34
36
-
In this quickstart, you did face detection using the Azure AI Foundry portal. Next, learn about the different face detection models and how to specify the right model for your use case.
35
+
In this quickstart, you did face detection by using the Azure AI Foundry portal. Next, learn about the different face detection models and how to specify the right model for your use case.
37
36
38
37
> [!div class="nextstepaction"]
39
38
> [Specify a face detection model version](../how-to/specify-detection-model.md)
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,9 @@ Get started with facial recognition using the Face client library for .NET. The
18
18
19
19
## Prerequisites
20
20
21
-
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
21
+
* Azure subscription. [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
22
22
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/) or current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
23
-
* Once you have your Azure subscription, <ahref="https://portal.azure.com/#create/Microsoft.CognitiveServicesFace"title="Create a Face resource"target="_blank">create a Face resource </a> in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
24
-
* You'll need the key and endpoint from the resource you create to connect your application to the Face API.
25
-
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
23
+
* Once you have your Azure subscription, <ahref="https://portal.azure.com/#create/Microsoft.CognitiveServicesFace"title="Create a Face resource"target="_blank">create a Face resource </a> in the Azure portal to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
26
24
27
25
28
26
## Create environment variables
@@ -31,15 +29,15 @@ Get started with facial recognition using the Face client library for .NET. The
31
29
32
30
## Identify and verify faces
33
31
34
-
1. Create a new C# application
32
+
1. Create a new C# application.
35
33
36
34
#### [Visual Studio IDE](#tab/visual-studio)
37
35
38
-
Using Visual Studio, create a new .NET Core application.
36
+
Using Visual Studio, create a new .NET Console App.
39
37
40
38
### Install the client library
41
39
42
-
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**.
40
+
Once you've created a new project, install the client library by right-clicking the project in **Solution Explorer** and selecting **Manage NuGet Packages**. In the package manager that opens, select **Browse**, select**Include prerelease**, and search for `Azure.AI.Vision.Face`. Select the latest version, and then select**Install**.
43
41
44
42
#### [CLI](#tab/cli)
45
43
@@ -74,10 +72,10 @@ Get started with facial recognition using the Face client library for .NET. The
74
72
```
75
73
76
74
---
77
-
1. Add the following code into the *Program.cs* file.
75
+
1. Add the following code into the *Program.cs* file, replacing the existing code.
78
76
79
77
> [!NOTE]
80
-
> If you haven't received access to the Face service using the [intake form](https://aka.ms/facerecognition), some of these functions won't work.
78
+
> If you haven't received access to the Face service by using the [intake form](https://aka.ms/facerecognition), some of these functions won't work.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-javascript-sdk.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,15 @@ ms.date: 05/03/2022
12
12
ms.author: pafarley
13
13
---
14
14
15
-
Get started with facial recognition using the Face client library for JavaScript. 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.
15
+
Get started with facial recognition using the Face client library for JavaScript. 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.
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
21
+
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
22
22
* The latest version of [Node.js](https://nodejs.org/en/)
23
-
* Once you have your Azure subscription, [Create a Face resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace) in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
24
-
* You'll need the key and endpoint from the resource you create to connect your application to the Face API.
25
-
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
23
+
* Once you have your Azure subscription, [Create a Face resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace).You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
26
24
27
25
28
26
## Create environment variables
@@ -54,7 +52,7 @@ Get started with facial recognition using the Face client library for JavaScript
54
52
55
53
Your app's `package.json` file is updated with the dependencies.
56
54
57
-
1. Create a file named `index.js`, open it in a text editor, and paste in the following code:
55
+
1. Create a file named `index.js`, open it in a text editor, paste in the following code, and save it to the folder that contains the app.
58
56
59
57
> [!NOTE]
60
58
> If you haven't received access to the Face service using the [intake form](https://aka.ms/facerecognition), some of these functions won't work.
> Face service access is limited based on eligibility and usage criteria in order to support our Responsible AI principles. Face service is only available to Microsoft managed customers and partners. Use the [Face Recognition intake form](https://aka.ms/facerecognition) to apply for access. To complete the steps in this quickstart, request the **[Face API] Facial Identification (1:N or 1:1 matching) with optional facial liveness detection for touchless access control** use case. For more information, see the [Face limited access](/azure/ai-foundry/responsible-ai/computer-vision/limited-access-identity) page.
0 commit comments