Skip to content

Commit b89dc33

Browse files
committed
Make changes
1 parent 97be945 commit b89dc33

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

articles/ai-services/computer-vision/includes/image-analysis-curl-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: pafarley
1515
Use the Image Analysis REST API to analyze an image for tags.
1616

1717
> [!TIP]
18-
> The Image Analysis API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../how-to/call-analyze-image.md) for examples that showcase all of the available features.
18+
> The Analyze Image API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../how-to/call-analyze-image.md) for examples that showcase all of the available features.
1919
2020
> [!NOTE]
2121
> This quickstart uses cURL commands to call the REST API. You can also call the REST API using a programming language. See the GitHub samples for examples in [C#](https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/dotnet/ComputerVision/REST), [Python](https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/python/ComputerVision/REST), [Java](https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/java/ComputerVision/REST), and [JavaScript](https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/javascript/ComputerVision/REST).
@@ -90,9 +90,9 @@ A successful response is returned in JSON format. The sample application parses
9090

9191
## Next step
9292

93-
In this quickstart, you learned how to make basic image analysis calls using the REST API. Next, learn more about the Image Analysis API features.
93+
In this quickstart, you learned how to make basic image analysis calls using the REST API. Next, learn more about the Analyze Image API features.
9494

9595
> [!div class="nextstepaction"]
96-
>[Call the Image Analysis API](../how-to/call-analyze-image.md)
96+
>[Call the Analyze Image API](../how-to/call-analyze-image.md)
9797

9898
* [What is Image Analysis?](../overview-image-analysis.md)

articles/ai-services/computer-vision/includes/quickstarts-sdk/image-analysis-csharp-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the Image Analysis client library for C# to analyze an image for content tag
2020
> You can also analyze a local image. See the [ComputerVisionClient](/dotnet/api/microsoft.azure.cognitiveservices.vision.computervision.computervisionclient) methods, such as **AnalyzeImageInStreamAsync**. Or, see the sample code on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/ComputerVision/ImageAnalysisQuickstart.cs) for scenarios involving local images.
2121
2222
> [!TIP]
23-
> The Image Analysis API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../../how-to/call-analyze-image.md) for examples that showcase all of the available features.
23+
> The Analyze Image API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../../how-to/call-analyze-image.md) for examples that showcase all of the available features.
2424
2525
## Prerequisites
2626

@@ -144,7 +144,7 @@ If you want to clean up and remove an Azure AI services subscription, you can de
144144
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Image Analysis API features.
145145

146146
> [!div class="nextstepaction"]
147-
>[Call the Image Analysis API](../../how-to/call-analyze-image.md)
147+
>[Call the Analyze Image API](../../how-to/call-analyze-image.md)
148148
149149
* [What is Image Analysis?](../../overview-image-analysis.md)
150150
* [Source code for this sample on GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/ComputerVision/ImageAnalysisQuickstart.cs)

articles/ai-services/computer-vision/includes/quickstarts-sdk/image-analysis-java-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the Image Analysis client library for Java to analyze a remote image for tag
1919
> You can also analyze a local image. See the [ComputerVision](/java/api/com.microsoft.azure.cognitiveservices.vision.computervision.computervision) methods, such as `AnalyzeImage`. Or, see the [sample code on GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/java/ComputerVision/src/main/java/ImageAnalysisQuickstart.java) for scenarios involving local images.
2020
2121
> [!TIP]
22-
> The Image Analysis API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../../how-to/call-analyze-image.md) for examples that showcase all of the available features.
22+
> The Analyze Image API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../../how-to/call-analyze-image.md) for examples that showcase all of the available features.
2323
2424
[Reference documentation](/java/api/overview/azure/cognitiveservices/client/computervision) | [Library source code](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cognitiveservices/ms-azure-cs-computervision) |[Artifact (Maven)](https://search.maven.org/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-computervision) | [Samples](/samples/browse/?products=azure&terms=computer-vision)
2525

@@ -145,10 +145,10 @@ If you want to clean up and remove an Azure AI services subscription, you can de
145145

146146
## Next step
147147

148-
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Image Analysis API features.
148+
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Analyze Image API features.
149149

150150
> [!div class="nextstepaction"]
151-
>[Call the Image Analysis API](../../how-to/call-analyze-image.md)
151+
>[Call the Analyze Image API](../../how-to/call-analyze-image.md)
152152
153153
* [What is Image Analysis?](../../overview-image-analysis.md)
154154
* [Source code for this sample on GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/java/ComputerVision/src/main/java/ImageAnalysisQuickstart.java)

articles/ai-services/computer-vision/includes/quickstarts-sdk/image-analysis-node-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the Image Analysis client library for JavaScript to analyze a remote image f
1919
> You can also analyze a local image. See the [ComputerVisionClient](/javascript/api/@azure/cognitiveservices-computervision/computervisionclient) methods, such as `describeImageInStream`. Or, see the [sample code on GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ImageAnalysisQuickstart.js) for scenarios involving local images.
2020
2121
> [!TIP]
22-
> The Image Analysis API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../../how-to/call-analyze-image.md) for examples that showcase all of the available features.
22+
> The Analyze Image API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../../how-to/call-analyze-image.md) for examples that showcase all of the available features.
2323
2424
[Reference documentation](/javascript/api/@azure/cognitiveservices-computervision/) | [Package (npm)](https://www.npmjs.com/package/@azure/cognitiveservices-computervision) | [Samples](/samples/browse/?products=azure&terms=computer-vision)
2525

@@ -102,10 +102,10 @@ If you want to clean up and remove an Azure AI services subscription, you can de
102102

103103
## Next step
104104

105-
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Image Analysis API features.
105+
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Analyze Image API features.
106106

107107
> [!div class="nextstepaction"]
108-
>[Call the Image Analysis API](../../how-to/call-analyze-image.md)
108+
>[Call the Analyze Image API](../../how-to/call-analyze-image.md)
109109
110110
* [What is Image Analysis?](../../overview-image-analysis.md)
111111
* [Source code for this sample on GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ImageAnalysisQuickstart.js)

articles/ai-services/computer-vision/includes/quickstarts-sdk/image-analysis-python-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the Image Analysis client library for Python to analyze a remote image for c
1818
> You can also analyze a local image. See the [ComputerVisionClientOperationsMixin](/python/api/azure-cognitiveservices-vision-computervision/azure.cognitiveservices.vision.computervision.operations.computervisionclientoperationsmixin) methods, such as `analyze_image_in_stream`. Or, see the [sample code on GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/ComputerVision/ImageAnalysisQuickstart.py) for scenarios involving local images.
1919
2020
> [!TIP]
21-
> The Image Analysis API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../../how-to/call-analyze-image.md) for examples that showcase all of the available features.
21+
> The Analyze Image API can do many different operations other than generate image tags. See the [Image Analysis how-to guide](../../how-to/call-analyze-image.md) for examples that showcase all of the available features.
2222
2323
[Reference documentation](/python/api/azure-cognitiveservices-vision-computervision/azure.cognitiveservices.vision.computervision) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitiveservices/azure-cognitiveservices-vision-computervision) | [Package (PiPy)](https://pypi.org/project/azure-cognitiveservices-vision-computervision/) | [Samples](/samples/browse/?products=azure&terms=computer-vision)
2424

@@ -99,10 +99,10 @@ If you want to clean up and remove an Azure AI services subscription, you can de
9999

100100
## Next step
101101

102-
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Image Analysis API features.
102+
In this quickstart, you learned how to install the Image Analysis client library and make basic image analysis calls. Next, learn more about the Analyze Image API features.
103103

104104
> [!div class="nextstepaction"]
105-
>[Call the Image Analysis API](../../how-to/call-analyze-image.md)
105+
>[Call the Analyze Image API](../../how-to/call-analyze-image.md)
106106
107107
* [What is Image Analysis?](../../overview-image-analysis.md)
108108
* [Source code for this sample on GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/ComputerVision/ImageAnalysisQuickstart.py)

0 commit comments

Comments
 (0)