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/language-service/concepts/developer-guide.md
+23-27Lines changed: 23 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: language-service
10
10
ms.topic: conceptual
11
-
ms.date: 08/24/2022
11
+
ms.date: 09/15/2022
12
12
ms.author: aahi
13
13
---
14
14
@@ -24,7 +24,14 @@ The Language service provides support through a REST API, and client libraries i
24
24
25
25
## Client libraries (Azure SDK)
26
26
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 |
28
35
29
36
### Azure.AI.TextAnalytics
30
37
@@ -47,12 +54,12 @@ The `Azure.AI.TextAnalytics` namespace enables you to use the following Language
47
54
48
55
As you use these features in your application, use the following documentation and code samples for additional information.
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.
19
19
20
20
## 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).
0 commit comments