Skip to content

Commit 46ae066

Browse files
committed
face inline buttons
1 parent 5a2b6d5 commit 46ae066

File tree

5 files changed

+38
-0
lines changed

5 files changed

+38
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Get started with facial recognition using the Face REST API. The Face service pr
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.
2727

28+
> [!div class="nextstepaction"]
29+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Vision&Product=Face&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
2830
2931
## Identify faces
3032

@@ -66,6 +68,9 @@ Get started with facial recognition using the Face REST API. The Face service pr
6668

6769
The response should give you a **Person** ID indicating the person identified with the source face. It should be the ID that corresponds to the "Family1-Dad" person, because the source face is of that person.
6870

71+
> [!div class="nextstepaction"]
72+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Vision&Product=Face&Page=quickstart&Section=Identify-faces" target="_target">I ran into an issue</a>
73+
6974
## Clean up resources
7075

7176
To delete the **LargePersonGroup** you created in this exercise, run the LargePersonGroup - Delete call.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Use Vision Studio to identify a face. This is a streamlined version of the face
2020
* Sign in to [Vision Studio](https://portal.vision.cognitive.azure.com/) with your Azure subscription and Cognitive Services resource. See the [Get started section](../overview-vision-studio.md#get-started-using-vision-studio) of the overview if you need help with this step.
2121
* You'll need at least three images of a person's face: two or more to train the model and one to test it.
2222

23+
> [!div class="nextstepaction"]
24+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Vision-studio&Pillar=Vision&Product=Face&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
25+
2326
## Identify faces
2427

2528
1. Select the **Analyze faces** tab, and select panel titled **Recognize a particular person**.
@@ -29,6 +32,9 @@ Use Vision Studio to identify a face. This is a streamlined version of the face
2932
1. See the **Detected attributes** pane for the match results and confidence scores.
3033
1. Below the try-it-out experience are next steps to start using this capability in your own application.
3134

35+
> [!div class="nextstepaction"]
36+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Vision-studio&Pillar=Vision&Product=Face&Page=quickstart&Section=Identify-faces" target="_target">I ran into an issue</a>
37+
3238
## Next steps
3339

3440
In this quickstart, you learned how to use Vision Studio to do a basic facial recognition task. Next, learn about the different face detection models and how to specify the right model for your use case.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Get started with facial recognition using the Face client library for .NET. The
2424
* You will 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

27+
> [!div class="nextstepaction"]
28+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=Face&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
29+
2730
## Identify faces
2831

2932
1. Create a new C# application
@@ -98,6 +101,9 @@ Get started with facial recognition using the Face client library for .NET. The
98101

99102
---
100103

104+
> [!div class="nextstepaction"]
105+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=Face&Page=quickstart&Section=Identify-faces" target="_target">I ran into an issue</a>
106+
101107
## Output
102108

103109
```console
@@ -133,6 +139,9 @@ Person 'Family1-Son' is identified for face in: identification1.jpg - 53772235-8
133139
End of quickstart.
134140
```
135141

142+
> [!div class="nextstepaction"]
143+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=Face&Page=quickstart&Section=Output" target="_target">I ran into an issue</a>
144+
136145
> [!TIP]
137146
> The Face API runs on a set of pre-built models that are static by nature (the model's performance will not regress or improve as the service is run). The results that the model produces might change if Microsoft updates the model's backend without migrating to an entirely new model version. To take advantage of a newer version of a model, you can retrain your **PersonGroup**, specifying the newer model as a parameter with the same enrollment images.
138147

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Get started with facial recognition using the Face client library for JavaScript
2424
* You will 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

27+
> [!div class="nextstepaction"]
28+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Vision&Product=Face&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
29+
2730
## Identify faces
2831

2932
1. Create a new Node.js application
@@ -67,6 +70,9 @@ Get started with facial recognition using the Face client library for JavaScript
6770
node index.js
6871
```
6972

73+
> [!div class="nextstepaction"]
74+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Vision&Product=Face&Page=quickstart&Section=Identify-faces" target="_target">I ran into an issue</a>
75+
7076
## Output
7177

7278
```console
@@ -101,6 +107,9 @@ Person: Family1-Son is identified for face in: identification1.jpg with ID: 600d
101107
Person: Family1-Dad is identified for face in: identification1.jpg with ID: e83b494f-9ad2-473f-9d86-3de79c01e345. Confidence: 0.96725.
102108
```
103109

110+
> [!div class="nextstepaction"]
111+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Vision&Product=Face&Page=quickstart&Section=Output" target="_target">I ran into an issue</a>
112+
104113
## Clean up resources
105114

106115
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Get started with facial recognition using the Face client library for Python. Fo
2525
* You will 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.
2626
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2727

28+
> [!div class="nextstepaction"]
29+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=Face&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
30+
2831
## Identify faces
2932

3033
1. Install the client library
@@ -58,6 +61,9 @@ Get started with facial recognition using the Face client library for Python. Fo
5861
> [!TIP]
5962
> The Face API runs on a set of pre-built models that are static by nature (the model's performance will not regress or improve as the service is run). The results that the model produces might change if Microsoft updates the model's backend without migrating to an entirely new model version. To take advantage of a newer version of a model, you can retrain your **PersonGroup**, specifying the newer model as a parameter with the same enrollment images.
6063

64+
> [!div class="nextstepaction"]
65+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=Face&Page=quickstart&Section=Identify-faces" target="_target">I ran into an issue</a>
66+
6167
## Output
6268

6369
```console
@@ -82,6 +88,9 @@ No person identified for face ID c4a3dd28-ef2d-457e-81d1-a447344242c4 in image.
8288
Person for face ID 360edf1a-1e8f-402d-aa96-1734d0c21c1c is identified in image, with a confidence of 0.92886.
8389
```
8490

91+
> [!div class="nextstepaction"]
92+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=Face&Page=quickstart&Section=Output" target="_target">I ran into an issue</a>
93+
8594
## Clean up resources
8695

8796
If you want to clean up and remove a Cognitive Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it.

0 commit comments

Comments
 (0)