Skip to content

Commit e0ad876

Browse files
committed
add other gate notice
1 parent 36d10ca commit e0ad876

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
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/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.

0 commit comments

Comments
 (0)