Click or drag to resize
SentimentAnalysisService Class
Provides integration with Azure Text Analytics API.
Inheritance Hierarchy
SystemObject
  CMS.TextAnalytics.AzureSentimentAnalysisService

Namespace: CMS.TextAnalytics.Azure
Assembly: CMS.TextAnalytics.Azure (in CMS.TextAnalytics.Azure.dll) Version: 13.0.131
Syntax
C#
public class SentimentAnalysisService : ISentimentAnalysisService

The SentimentAnalysisService type exposes the following members.

Constructors
  NameDescription
Public methodSentimentAnalysisService
Initializes a new instance of the SentimentAnalysisService class.
Top
Methods
  NameDescription
Public methodAnalyzeText
Analyzes the sentiment of given text.
Top
See Also