Skip to content

Commit 77b48fa

Browse files
committed
reverted for offline conversation as needed
1 parent baee917 commit 77b48fa

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,7 @@ A successful response is returned in JSON. The sample application parses and dis
168168

169169
In this quickstart, you learned how to make basic image analysis calls using the REST API. Next, learn more about the Analysis 4.0 API features.
170170

171-
* [Call the Analyze Image 4.0 API](../how-to/call-analyze-image-40.md)
171+
> [!div class="nextstepaction"]
172+
>[Call the Analyze Image 4.0 API](../how-to/call-analyze-image-40.md)
173+
172174
* [Image Analysis overview](../overview-image-analysis.md)

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
257257
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Analysis 4.0 API features.
258258

259259

260-
* [Call the Analyze Image 4.0 API](../../how-to/call-analyze-image-40.md)
260+
> [!div class="nextstepaction"]
261+
>[Call the Analyze Image 4.0 API](../../how-to/call-analyze-image-40.md)
262+
261263
* [Image Analysis overview](../../overview-image-analysis.md)
262264
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/azure-ai-vision-sdk/blob/main/samples/cpp/image-analysis/samples.cpp).

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
270270
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Analysis 4.0 API features.
271271

272272

273-
* [Call the Analyze Image 4.0 API](../../how-to/call-analyze-image-40.md)
273+
> [!div class="nextstepaction"]
274+
>[Call the Analyze Image 4.0 API](../../how-to/call-analyze-image-40.md)
275+
274276
* [Image Analysis overview](../../overview-image-analysis.md)
275277
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/azure-ai-vision-sdk/tree/main/samples/csharp/image-analysis/dotnetcore).

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
198198

199199
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Analysis 4.0 API features.
200200

201-
* [Call the Analyze Image 4.0 API](../../how-to/call-analyze-image-40.md)
201+
> [!div class="nextstepaction"]
202+
>[Call the Analyze Image 4.0 API](../../how-to/call-analyze-image-40.md)
203+
202204
* [Image Analysis overview](../../overview-image-analysis.md)
203205
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/azure-ai-vision-sdk/blob/main/samples/python/image-analysis/samples.py).

0 commit comments

Comments
 (0)