Skip to content

Commit 5a2b6d5

Browse files
committed
image analysis inline buttons
1 parent b76fba5 commit 5a2b6d5

File tree

6 files changed

+51
-2
lines changed

6 files changed

+51
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Use the Image Analysis REST API to analyze an image for tags.
2727
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2828
* [cURL](https://curl.haxx.se/) installed
2929

30+
> [!div class="nextstepaction"]
31+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
32+
3033
## Analyze an image
3134

3235
To analyze an image for various visual features, do the following steps:
@@ -44,6 +47,9 @@ To analyze an image for various visual features, do the following steps:
4447
curl -H "Ocp-Apim-Subscription-Key: <subscriptionKey>" -H "Content-Type: application/json" "https://westcentralus.api.cognitive.microsoft.com/vision/v3.2/analyze?visualFeatures=Categories,Description&details=Landmarks" -d "{\"url\":\"http://upload.wikimedia.org/wikipedia/commons/3/3c/Shaki_waterfall.jpg\"}"
4548
```
4649

50+
> [!div class="nextstepaction"]
51+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Analyze-image" target="_target">I ran into an issue</a>
52+
4753
### Examine the response
4854

4955
A successful response is returned in JSON. The sample application parses and displays a successful response in the command prompt window, similar to the following example:
@@ -104,8 +110,8 @@ A successful response is returned in JSON. The sample application parses and dis
104110
}
105111
```
106112

107-
108-
113+
> [!div class="nextstepaction"]
114+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Output" target="_target">I ran into an issue</a>
109115
110116
## Next steps
111117

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ms.author: pafarley
1717

1818
* 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.
1919

20+
> [!div class="nextstepaction"]
21+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Vision-studio&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
22+
2023
## Analyze an image
2124

2225
1. Select the **Analyze images** tab, and select panel titled **Extract common tags from images**.
@@ -25,6 +28,9 @@ ms.author: pafarley
2528
1. After you select your image, you'll see the detected tags appear in the output window along with their confidence scores. You can also select the **JSON** tab to see the JSON output that the API call returns.
2629
1. Below the try-it-out experience are next steps to start using this capability in your own application.
2730

31+
> [!div class="nextstepaction"]
32+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Vision-studio&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Analyze-image" target="_target">I ran into an issue</a>
33+
2834
## Next steps
2935

3036
In this quickstart, you used Vision Studio to do a basic image analysis task. Next, learn more about the Analyze API features.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Use the Image Analysis client library for C# to analyze an image for content tag
3131
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
3232
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3333

34+
> [!div class="nextstepaction"]
35+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
36+
3437
## Analyze image
3538

3639
1. Create a new C# application.
@@ -106,6 +109,9 @@ Use the Image Analysis client library for C# to analyze an image for content tag
106109

107110
---
108111

112+
> [!div class="nextstepaction"]
113+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Analyze-image" target="_target">I ran into an issue</a>
114+
109115
## Output
110116

111117
```console
@@ -133,6 +139,9 @@ retriever 0.6837497353553772
133139
brown 0.6581960916519165
134140
```
135141

142+
> [!div class="nextstepaction"]
143+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Output" target="_target">I ran into an issue</a>
144+
136145
## Clean up resources
137146

138147
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/image-analysis-java-sdk.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Use the Image Analysis client library to analyze a remote image for tags, text d
3333
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
3434
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3535

36+
> [!div class="nextstepaction"]
37+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
38+
39+
3640
## Analyze image
3741

3842
1. Create a new Gradle project.
@@ -109,6 +113,9 @@ Use the Image Analysis client library to analyze a remote image for tags, text d
109113
gradle run
110114
```
111115

116+
> [!div class="nextstepaction"]
117+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Analyze-image" target="_target">I ran into an issue</a>
118+
112119
## Output
113120

114121
```console
@@ -140,6 +147,9 @@ Tags:
140147
'dress' with confidence 0.517169
141148
```
142149

150+
> [!div class="nextstepaction"]
151+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Output" target="_target">I ran into an issue</a>
152+
143153
## Clean up resources
144154

145155
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/image-analysis-node-sdk.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Use the Image Analysis client library for JavaScript to analyze a remote image f
3333
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
3434
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3535

36+
> [!div class="nextstepaction"]
37+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
38+
3639
## Analyze image
3740

3841
1. Create a new Node.js application
@@ -87,6 +90,9 @@ Use the Image Analysis client library for JavaScript to analyze a remote image f
8790
node index.js
8891
```
8992

93+
> [!div class="nextstepaction"]
94+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Analyze-image" target="_target">I ran into an issue</a>
95+
9096
## Output
9197

9298
```console
@@ -100,6 +106,9 @@ Tags: grass (1.00), dog (0.99), mammal (0.99), animal (0.99), dog breed (0.99),
100106
End of quickstart.
101107
```
102108

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

105114
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/image-analysis-python-sdk.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Use the Image Analysis client library for Python to analyze a remote image for c
3333
* You will need the key and endpoint from the resource you create to connect your application to the Computer Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
3434
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3535

36+
> [!div class="nextstepaction"]
37+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
38+
3639
## Analyze image
3740

3841
1. Install the client library.
@@ -72,6 +75,9 @@ Use the Image Analysis client library for Python to analyze a remote image for c
7275
python quickstart-file.py
7376
```
7477

78+
> [!div class="nextstepaction"]
79+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Analyze-image" target="_target">I ran into an issue</a>
80+
7581
## Output
7682

7783
```console
@@ -96,6 +102,9 @@ Tags in the remote image:
96102
End of Computer Vision quickstart.
97103
```
98104

105+
> [!div class="nextstepaction"]
106+
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Vision&Product=Image-analysis&Page=quickstart&Section=Output" target="_target">I ran into an issue</a>
107+
99108
## Clean up resources
100109

101110
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)