Skip to content

Commit 2aafdcb

Browse files
Merge pull request #211280 from aahill/sdk-update
new SDK information
2 parents 399bbee + e6552a1 commit 2aafdcb

File tree

2 files changed

+62
-29
lines changed

2 files changed

+62
-29
lines changed

articles/cognitive-services/language-service/concepts/developer-guide.md

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 08/24/2022
11+
ms.date: 09/15/2022
1212
ms.author: aahi
1313
---
1414

@@ -24,7 +24,14 @@ The Language service provides support through a REST API, and client libraries i
2424

2525
## Client libraries (Azure SDK)
2626

27-
The Language service provides three namespaces for using the available features. Depending on which features and programming language you're using, you will need to download one or more of the following packages.
27+
The Language service provides three namespaces for using the available features. Depending on which features and programming language you're using, you will need to download one or more of the following packages, and have the following framework/language version support:
28+
29+
|Framework/Language | Minimum supported version |
30+
|---------|---------|
31+
|.NET | .NET Framework 4.6.1 or newer, or .NET (formerly .NET Core) 2.0 or newer. |
32+
|Java | v8 or later |
33+
|JavaScript | v14 LTS or later |
34+
|Python| v3.7 or later |
2835

2936
### Azure.AI.TextAnalytics
3037

@@ -47,12 +54,12 @@ The `Azure.AI.TextAnalytics` namespace enables you to use the following Language
4754

4855
As you use these features in your application, use the following documentation and code samples for additional information.
4956

50-
|Reference documentation |Samples |
51-
|---------|---------|
52-
| [C# documentation](/dotnet/api/azure.ai.textanalytics?view=azure-dotnet-preview&preserve-view=true) | [C# samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/textanalytics/Azure.AI.TextAnalytics/samples) |
53-
| [Java documentation](/java/api/overview/azure/ai-textanalytics-readme?view=azure-java-preview&preserve-view=true) | [Java Samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples) |
54-
| [JavaScript documentation](/javascript/api/overview/azure/ai-text-analytics-readme?view=azure-node-preview&preserve-view=true) | [JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples/v5) |
55-
[Python documentation](/python/api/overview/azure/ai-textanalytics-readme?view=azure-python-preview&preserve-view=true) | [Python samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/textanalytics/azure-ai-textanalytics/samples) |
57+
| Language → Latest GA version |Reference documentation |Samples |
58+
|---------|---------|---------|
59+
| [C#/.NET → v5.2.0](https://www.nuget.org/packages/Azure.AI.TextAnalytics/5.2.0) | [C# documentation](/dotnet/api/azure.ai.textanalytics?view=azure-dotnet-preview&preserve-view=true) | [C# samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/textanalytics/Azure.AI.TextAnalytics/samples) |
60+
| [Java → v5.2.0](https://mvnrepository.com/artifact/com.azure/azure-ai-textanalytics/5.2.0) | [Java documentation](/java/api/overview/azure/ai-textanalytics-readme?view=azure-java-preview&preserve-view=true) | [Java Samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples) |
61+
| [JavaScript → v5.1.0](https://www.npmjs.com/package/@azure/ai-text-analytics/v/5.1.0) | [JavaScript documentation](/javascript/api/overview/azure/ai-text-analytics-readme?view=azure-node-preview&preserve-view=true) | [JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples/v5) |
62+
| [Python → v5.2.0](https://pypi.org/project/azure-ai-textanalytics/5.2.0/) | [Python documentation](/python/api/overview/azure/ai-language-conversations-readme) | [Python samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/textanalytics/azure-ai-textanalytics/samples) |
5663

5764

5865
### Azure.AI.Language.Conversations
@@ -71,10 +78,10 @@ The `Azure.AI.Language.Conversations` namespace enables you to use the following
7178

7279
As you use these features in your application, use the following documentation and code samples for additional information.
7380

74-
| Reference documentation |Samples |
75-
|---------|---------|
76-
| [C# documentation](/dotnet/api/overview/azure/ai.language.conversations-readme-pre) | [C# samples](https://aka.ms/sdk-sample-conversation-dot-net) |
77-
| [Python documentation](/python/api/overview/azure/ai-language-conversations-readme) | [Python samples](https://aka.ms/sdk-samples-conversation-python) |
81+
| Language → Latest GA version | Reference documentation |Samples |
82+
|---------|---------|---------|
83+
| [C#/.NET → v1.0.0](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.0.0) | [C# documentation](/dotnet/api/overview/azure/ai.language.conversations-readme-pre) | [C# samples](https://aka.ms/sdk-sample-conversation-dot-net) |
84+
| [Python → v1.0.0](https://pypi.org/project/azure-ai-language-conversations/) | [Python documentation](/python/api/overview/azure/ai-language-conversations-readme) | [Python samples](https://aka.ms/sdk-samples-conversation-python) |
7885

7986
### Azure.AI.Language.QuestionAnswering
8087

@@ -86,21 +93,10 @@ The `Azure.AI.Language.QuestionAnswering` namespace enables you to use the follo
8693

8794
As you use these features in your application, use the following documentation and code samples for additional information.
8895

89-
|Reference documentation |Samples |
90-
|---------|---------|
91-
| [C# documentation](/dotnet/api/overview/azure/ai.language.questionanswering-readme-pre) | [C# samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering) |
92-
| [Python documentation](/python/api/overview/azure/ai-language-questionanswering-readme) | [Python samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-questionanswering) |
93-
94-
## Version support
95-
96-
The namespaces mentioned here have the following framework/language version support:
97-
98-
|Framework/Language | Minimum supported version |
99-
|---------|---------|
100-
|.NET | .NET Framework 4.6.1 or newer, or .NET (formerly .NET Core) 2.0 or newer. |
101-
|Java | v8 or later |
102-
|JavaScript | v14 LTS or later |
103-
|Python| v3.7 or later |
96+
| Language → Latest GA version |Reference documentation |Samples |
97+
|---------|---------|---------|
98+
| [C#/.NET → v1.0.0](https://www.nuget.org/packages/Azure.AI.Language.QuestionAnswering/1.0.0#readme-body-tab) | [C# documentation](/dotnet/api/overview/azure/ai.language.questionanswering-readme-pre) | [C# samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering) |
99+
| [Python → v1.0.0](https://pypi.org/project/azure-ai-language-questionanswering/1.0.0/) | [Python documentation](/python/api/overview/azure/ai-language-questionanswering-readme) | [Python samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-questionanswering) |
104100

105101
# [REST API](#tab/rest-api)
106102

articles/cognitive-services/language-service/whats-new.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,44 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
1818
Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-to-date with recent developments, this article provides you with information about new releases and features.
1919

2020
## September 2022
21-
Text Analytics for Health now [supports additional languages](./text-analytics-for-health/language-support.md) in preview: Spanish, French, German Italian, Portuguese and Hebrew. These languages are available when using a docker container to deploy the API service.
21+
22+
* Text Analytics for Health now [supports additional languages](./text-analytics-for-health/language-support.md) in preview: Spanish, French, German Italian, Portuguese and Hebrew. These languages are available when using a docker container to deploy the API service.
23+
24+
* The Azure.AI.TextAnalytics client library v5.2.0 are generally available and ready for use in production applications. For more information on Language service client libraries, see the [**Developer overview**](./concepts/developer-guide.md).
25+
26+
This release includes the following updates:
27+
28+
### [C#/.NET](#tab/csharp)
29+
30+
[**Package (NuGet)**](https://www.nuget.org/packages/Azure.AI.TextAnalytics/5.2.0)
31+
32+
[**Changelog/Release History**](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/textanalytics/Azure.AI.TextAnalytics/CHANGELOG.md)
33+
34+
[**ReadMe**](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/textanalytics/Azure.AI.TextAnalytics/README.md)
35+
36+
[**Samples**](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/textanalytics/Azure.AI.TextAnalytics/samples)
37+
38+
### [Java](#tab/java)
39+
40+
[**Package (Maven)**](https://mvnrepository.com/artifact/com.azure/azure-ai-textanalytics/5.2.0)
41+
42+
[**Changelog/Release History**](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md)
43+
44+
[**ReadMe**](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/textanalytics/azure-ai-textanalytics/README.md)
45+
46+
[**Samples**](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples)
47+
48+
### [Python](#tab/python)
49+
50+
[**Package (PyPi)**](https://pypi.org/project/azure-ai-textanalytics/5.2.0/)
51+
52+
[**Changelog/Release History**](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md)
53+
54+
[**ReadMe**](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-textanalytics/README.md)
55+
56+
[**Samples**](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/textanalytics/azure-ai-textanalytics/samples)
57+
58+
---
2259

2360
## August 2022
2461

@@ -34,7 +71,7 @@ Text Analytics for Health now [supports additional languages](./text-analytics-f
3471

3572
* A new version of the Language API (`2022-07-01-preview`) has been released. It provides:
3673
* [Automatic language detection](./concepts/use-asynchronously.md#automatic-language-detection) for asynchronous tasks.
37-
* For Text Analytics for health, confidence score are now returned in relations.
74+
* Text Analytics for health confidence scores are now returned in relations.
3875

3976
To use this version in your REST API calls, use the following URL:
4077

0 commit comments

Comments
 (0)