Microsoft.Azure.CognitiveServices.Language.TextAnalytics
4.0.0
See the version list below for details.
dotnet add package Microsoft.Azure.CognitiveServices.Language.TextAnalytics --version 4.0.0
NuGet\Install-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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481 |
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 (10)
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.Builder.Community.Components.Middleware.SentimentAnalysis
Sentiment Analysis Middleware component for Bot Framework Composer and v4 Bot Builder SDK. Enables you to find out what customer think of brand or topic by analyzing raw text for clues about positive or negative sentiment. This component can extract the sentiment powered by SentimentAnalyzer which encapsulates both offline (powered by ML.NET) and online (powered by Azure Cognitive Services) sentiment analysis. |
|
Bot.Instrumentation.V3
Custom Analytics for bot framework. |
GitHub repositories (3)
Showing the top 3 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
|
|
Azure-Samples/cognitive-services-dotnet-sdk-samples
Learn how to use the Cognitive Services SDKs with these samples
|
Version | Downloads | Last updated | |
---|---|---|---|
4.1.0-preview.2 | 53,141 | 2/12/2020 | |
4.0.0 | 255,024 | 7/26/2019 | |
3.0.0 | 52,487 | 3/5/2019 | |
2.8.0-preview | 58,465 | 10/29/2018 | |
2.1.0-preview | 23,345 | 7/31/2018 | |
2.0.0-preview | 3,736 | 7/9/2018 | |
1.1.0-preview | 816 | 7/2/2018 | |
1.0.1-preview | 2,160 | 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.