Microsoft.Azure.CognitiveServices.Language.TextAnalytics
4.0.0
Prefix Reserved
See the version list below for details.
Install-Package Microsoft.Azure.CognitiveServices.Language.TextAnalytics -Version 4.0.0
dotnet add package Microsoft.Azure.CognitiveServices.Language.TextAnalytics --version 4.0.0
<PackageReference Include="Microsoft.Azure.CognitiveServices.Language.TextAnalytics" Version="4.0.0" />
paket add Microsoft.Azure.CognitiveServices.Language.TextAnalytics --version 4.0.0
#r "nuget: Microsoft.Azure.CognitiveServices.Language.TextAnalytics, 4.0.0"
// Install Microsoft.Azure.CognitiveServices.Language.TextAnalytics as a Cake Addin
#addin nuget:?package=Microsoft.Azure.CognitiveServices.Language.TextAnalytics&version=4.0.0
// Install Microsoft.Azure.CognitiveServices.Language.TextAnalytics as a Cake Tool
#tool nuget:?package=Microsoft.Azure.CognitiveServices.Language.TextAnalytics&version=4.0.0
Provides API functions for consuming Microsoft Azure Cognitive Services Language Text Analytics APIs.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- Newtonsoft.Json (>= 10.0.3)
-
.NETFramework 4.6.1
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 1.4
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.0
- Microsoft.Rest.ClientRuntime (>= 2.3.20 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.4)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.CognitiveServices.Language.TextAnalytics:
Package | Downloads |
---|---|
Bot.Builder.Community.Middleware.SentimentAnalysis
This middleware uses Cognitive Services Sentiment Analysis to identify the sentiment of each inbound message and make it available for your bot or other middleware component. |
|
Ibang.Commons
Package Description |
|
Renault.Commons
Package Description |
|
Bot.Instrumentation.V3
Custom Analytics for bot framework. |
|
Bot.Instrumentation.V4
Custom Analytics for bot framework. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Microsoft.Azure.CognitiveServices.Language.TextAnalytics:
Repository | Stars |
---|---|
BotBuilderCommunity/botbuilder-community-dotnet
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
|
|
csharpfritz/Fritz.StreamTools
Handy tools for managing my live stream, built with ASP.NET Core
|
Version | Downloads | Last updated |
---|---|---|
4.1.0-preview.2 | 42,759 | 2/12/2020 |
4.0.0 | 190,431 | 7/26/2019 |
3.0.0 | 46,133 | 3/5/2019 |
2.8.0-preview | 54,841 | 10/29/2018 |
2.1.0-preview | 19,545 | 7/31/2018 |
2.0.0-preview | 3,547 | 7/9/2018 |
1.1.0-preview | 745 | 7/2/2018 |
1.0.1-preview | 2,004 | 5/7/2018 |
Microsoft Cognitive Services Text Analytics SDK.
This package calls the API version "v2.1"
Changes in this release:
1. Adding non-async calls
2. Adding non-batch calls
3. [Fix] - Correct parameter order (id, text, lang). Please note, this is a breaking change if you're upgrading from SDK v3.0.0.