Skip to content

Commit df6a8f2

Browse files
edit corrections
1 parent ac79752 commit df6a8f2

File tree

1 file changed

+4
-4
lines changed
  • articles/cognitive-services/text-analytics/quickstarts

1 file changed

+4
-4
lines changed

articles/cognitive-services/text-analytics/quickstarts/csharp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Call the Text Analytics service by using the .NET SDK and C#'
2+
title: 'Quickstart: Call the Text Analytics service by using the Azure SDK for .NET and C#'
33
titleSuffix: Azure Cognitive Services
44
description: Information and code samples to help you start using the Text Analytics service and C#.
55
services: cognitive-services
@@ -16,12 +16,12 @@ ms.author: assafi
1616
# Quickstart: Use the .NET SDK and C# to call the Text Analytics service
1717
<a name="HOLTop"></a>
1818

19-
This quickstart helps you begin using the .NET SDK and C# to analyze language. Although the [Text Analytics](//go.microsoft.com/fwlink/?LinkID=759711) REST API is compatible with most programming languages, the SDK provides an easy way to integrate the service into your applications.
19+
This quickstart helps you begin using the Azure SDK for .NET and C# to analyze language. Although the [Text Analytics](//go.microsoft.com/fwlink/?LinkID=759711) REST API is compatible with most programming languages, the SDK provides an easy way to integrate the service into your applications.
2020

2121
> [!NOTE]
2222
> The source code for this sample is available on [GitHub](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/samples/TextAnalytics).
2323
24-
For technical details, refer to the [Text Analytics .NET SDK reference](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/textanalytics?view=azure-dotnet).
24+
For technical details, refer to the SDK for .NET [Text Analytics reference](https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/textanalytics?view=azure-dotnet).
2525

2626
## Prerequisites
2727

@@ -33,7 +33,7 @@ You also need the [endpoint and access key](../How-tos/text-analytics-how-to-acc
3333
> While you can call the [HTTP endpoints](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v2-1/operations/56f30ceeeda5650db055a3c9) directly from C#, the Microsoft.Azure.CognitiveServices.Language SDK makes it much easier to call the service without having to serialize and deserialize JSON.
3434
>
3535
> A few useful links:
36-
> - [SDK Nuget page](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.TextAnalytics)
36+
> - [SDK NuGet page](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.TextAnalytics)
3737
> - [SDK code](https://github.com/Azure/azure-sdk-for-net/tree/master/src/SDKs/CognitiveServices/dataPlane/Language/TextAnalytics)
3838
3939
## Create the Visual Studio solution and install the SDK

0 commit comments

Comments
 (0)