You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/text-analytics/quickstarts/csharp.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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#'
3
3
titleSuffix: Azure Cognitive Services
4
4
description: Information and code samples to help you start using the Text Analytics service and C#.
5
5
services: cognitive-services
@@ -16,12 +16,12 @@ ms.author: assafi
16
16
# Quickstart: Use the .NET SDK and C# to call the Text Analytics service
17
17
<aname="HOLTop"></a>
18
18
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.
20
20
21
21
> [!NOTE]
22
22
> The source code for this sample is available on [GitHub](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/samples/TextAnalytics).
23
23
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).
25
25
26
26
## Prerequisites
27
27
@@ -33,7 +33,7 @@ You also need the [endpoint and access key](../How-tos/text-analytics-how-to-acc
33
33
> 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.
0 commit comments