Skip to content

Commit 8320662

Browse files
authored
Merge pull request #211444 from PatrickFarley/face-updates
[cog svcs] update face gate notes
2 parents a487b07 + df7efd6 commit 8320662

File tree

7 files changed

+16
-4
lines changed

7 files changed

+16
-4
lines changed

articles/cognitive-services/Computer-vision/includes/identity-curl-quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Get started with facial recognition using the Face REST API. The Face service pr
3030
3131
## Identify faces
3232

33+
> [!NOTE]
34+
> 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.
35+
3336
1. First, call the Detect API on the source face. This is the face that we'll try to identify from the larger group. Copy the following command to a text editor, insert your own key, and then copy it into a shell window and run it.
3437

3538
:::code source="~/cognitive-services-quickstart-code/curl/face/detect.sh" ID="identify_detect":::

articles/cognitive-services/Computer-vision/includes/identity-gate-notice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ms.author: pafarley
1111
---
1212

1313
> [!IMPORTANT]
14-
> 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.
14+
> 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. For more information, see the [Face limited access](/legal/cognitive-services/computer-vision/limited-access-identity?context=%2Fazure%2Fcognitive-services%2Fcomputer-vision%2Fcontext%2Fcontext) page.

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ Get started with facial recognition using the Face client library for .NET. The
7373

7474
---
7575
1. Add the following code into the *Program.cs* file.
76+
77+
> [!NOTE]
78+
> 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.
7679
7780
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/Face/FaceQuickstart-single.cs?name=snippet_single)]
7881

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/identity-javascript-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ Get started with facial recognition using the Face client library for JavaScript
5353

5454
1. Create a file named `index.js`, open it in a text editor, and paste in the following code:
5555

56+
> [!NOTE]
57+
> 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.
58+
5659
:::code language="js" source="~/cognitive-services-quickstart-code/javascript/Face/sdk_quickstart-single.js" id="snippet_single":::
5760

5861

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/identity-python-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Get started with facial recognition using the Face client library for Python. Fo
4242

4343
Create a new Python script—*quickstart-file.py*, for example. Then open it in your preferred editor or IDE and paste in the following code.
4444

45+
> [!NOTE]
46+
> 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.
47+
4548
[!code-python[](~/cognitive-services-quickstart-code/python/Face/FaceQuickstart-single.py?name=snippet_single)]
4649

4750
1. Enter your key and endpoint into the corresponding fields.

articles/cognitive-services/Computer-vision/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ items:
231231
- name: Java
232232
href: /java/api/overview/azure/cognitiveservices/client/faceapi
233233
- name: Node.js
234-
href: /javascript/api/overview/azure/cognitiveservices/face
234+
href: /javascript/api/overview/azure/cognitiveservices-face-readme
235235
- name: Python
236-
href: /python/api/overview/azure/cognitiveservices/face-readme
236+
href: /python/api/overview/azure/cognitiveservices-vision-face-readme
237237
- name: Spatial Analysis
238238
items:
239239
- name: Spatial Analysis overview

articles/cognitive-services/cognitive-services-limited-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following services are Limited Access:
2727

2828
- [Custom Neural Voice](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/cognitive-services/speech-service/context/context): Pro features
2929
- [Speaker Recognition](/legal/cognitive-services/speech-service/speaker-recognition/limited-access-speaker-recognition?context=/azure/cognitive-services/speech-service/context/context): All features
30-
- [Face API](/legal/cognitive-services/computer-vision/limited-access-identity?context=/azure/cognitive-services/computer-vision/context/context): Identify and Verify features
30+
- [Face API](/legal/cognitive-services/computer-vision/limited-access-identity?context=/azure/cognitive-services/computer-vision/context/context): Identify and Verify features, face ID property
3131
- [Computer Vision](/legal/cognitive-services/computer-vision/limited-access?context=/azure/cognitive-services/computer-vision/context/context): Celebrity Recognition feature
3232
- [Azure Video Indexer](../azure-video-indexer/limited-access-features.md): Celebrity Recognition and Face Identify features
3333

0 commit comments

Comments
 (0)