Click or drag to resize
ISentimentAnalysisService Interface
Provides integration with Azure Text Analytics API.

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

The ISentimentAnalysisService type exposes the following members.

Methods
  NameDescription
Public methodAnalyzeText
Analyzes the sentiment of given text.
Top
See Also