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: sdk/cognitivelanguage/Azure.AI.Language.Documents/src/AnalyzeDocumentsClient.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,21 @@
10
10
usingSystem.Threading.Tasks;
11
11
usingAzure.Core.Pipeline;
12
12
13
-
namespaceAzure.AI.Language.Text
13
+
namespaceAzure.AI.Language.Documents
14
14
{
15
15
/// <summary> The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/azure/cognitive-services/language-service/overview\">https://docs.microsoft.com/azure/cognitive-services/language-service/overview</a>.0. </summary>
16
-
publicpartialclassTextAnalysisClient
16
+
publicpartialclassAnalyzeDocumentsClient
17
17
{
18
18
/// <summary> Initializes a new instance of TextAnalysisClient. </summary>
0 commit comments