Skip to content

Commit 8e44216

Browse files
committed
update term an link version
1 parent 827523e commit 8e44216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the Image Analysis client SDK for C# to analyze an image to read text and ge
2626

2727
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
2828
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/) with workload **.NET desktop development** enabled. Or if you don't plan on using Visual Studio IDE, you need [.NET 6.0](https://dotnet.microsoft.com/download/dotnet-core) SDK or above installed.
29-
* [.NET Core 3.1 Runtime](https://dotnet.microsoft.com/download/dotnet/3.1) installed.
29+
* [.NET Runtime](https://dotnet.microsoft.com/download/dotnet/) installed.
3030
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="Create a Computer Vision resource" target="_blank">create a Computer Vision resource</a> in the Azure portal. In order to use the captioning feature in this quickstart, you must create your resource in one of the following Azure regions: East US, France Central, Korea Central, North Europe, Southeast Asia, West Europe, West US. After it deploys, click **Go to resource**.
3131
* You need the key and endpoint from the resource you create to connect your application to the Computer Vision service.
3232
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.

0 commit comments

Comments
 (0)