Skip to content

Commit b162001

Browse files
committed
face freshness
1 parent a48e27c commit b162001

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

articles/ai-services/computer-vision/includes/environment-variables.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ To set the environment variable for your key and endpoint, open a console window
2323
#### [Windows](#tab/windows)
2424

2525
```console
26-
setx VISION_KEY your-key
26+
setx VISION_KEY <your_key>
2727
```
2828

2929
```console
30-
setx VISION_ENDPOINT your-endpoint
30+
setx VISION_ENDPOINT <your_endpoint>
3131
```
3232

3333
After you add the environment variables, you may need to restart any running programs that will read the environment variables, including the console window.
3434

3535
#### [Linux](#tab/linux)
3636

3737
```bash
38-
export VISION_KEY=your-key
38+
export VISION_KEY=<your_key>
3939
```
4040

4141
```bash
42-
export VISION_ENDPOINT=your-endpoint
42+
export VISION_ENDPOINT=<your_endpoint>
4343
```
4444

4545
After you add the environment variables, run `source ~/.bashrc` from your console window to make the changes effective.

articles/ai-services/computer-vision/includes/identity-curl-quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Get started with facial recognition using the Face REST API. The Face service pr
2424
* You'll need the key and endpoint from the resource you create to connect your application to the Face API. You'll paste your key and endpoint into the code below later in the quickstart.
2525
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2626
* [PowerShell version 6.0+](/powershell/scripting/install/installing-powershell-core-on-windows), or a similar command-line application.
27+
* [cURL](https://curl.haxx.se/) installed.
28+
2729

2830

2931

articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 05/03/2022
1313
ms.author: pafarley
1414
---
1515

16-
Get started with facial recognition using the Face client library for .NET. 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.
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.
1717

1818
[Reference documentation](/dotnet/api/overview/azure/cognitiveservices/face-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Vision.Face) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/2.7.0-preview.3) | [Samples](/samples/browse/?products=azure&term=face)
1919

articles/ai-services/computer-vision/quickstarts-sdk/identity-client-library.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ zone_pivot_groups: programming-languages-set-face
99
ms.service: azure-ai-vision
1010
ms.subservice: azure-ai-face
1111
ms.topic: quickstart
12-
ms.date: 07/04/2023
12+
ms.date: 06/01/2024
1313
ms.author: pafarley
1414
ms.devlang: csharp
1515
# ms.devlang: csharp, golang, javascript, python
@@ -28,15 +28,17 @@ keywords: face search by image, facial recognition search, facial recognition, f
2828

2929
::: zone-end
3030

31-
::: zone pivot="programming-language-javascript"
3231

33-
[!INCLUDE [JavaScript quickstart](../includes/quickstarts-sdk/identity-javascript-sdk.md)]
32+
::: zone pivot="programming-language-python"
33+
34+
[!INCLUDE [Python quickstart](../includes/quickstarts-sdk/identity-python-sdk.md)]
3435

3536
::: zone-end
3637

37-
::: zone pivot="programming-language-python"
3838

39-
[!INCLUDE [Python quickstart](../includes/quickstarts-sdk/identity-python-sdk.md)]
39+
::: zone pivot="programming-language-javascript"
40+
41+
[!INCLUDE [JavaScript quickstart](../includes/quickstarts-sdk/identity-javascript-sdk.md)]
4042

4143
::: zone-end
4244

articles/zone-pivot-groups.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,10 +772,10 @@ groups:
772772
pivots:
773773
- id: programming-language-csharp
774774
title: C#
775-
- id: programming-language-javascript
776-
title: JavaScript
777775
- id: programming-language-python
778776
title: Python
777+
- id: programming-language-javascript
778+
title: JavaScript
779779
- id: programming-language-rest-api
780780
title: REST API
781781
- id: programming-languages-content-safety

0 commit comments

Comments
 (0)