Click or drag to resize
SentimentAnalysisController Class
Provides endpoint for sentiment analysis component.
Inheritance Hierarchy
SystemObject
  ApiController
    CMS.WebApiCMSApiController
      CMS.Base.Web.UISentimentAnalysisController

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public class SentimentAnalysisController : CMSApiController

The SentimentAnalysisController type exposes the following members.

Constructors
  NameDescription
Public methodSentimentAnalysisController
Initializes an instance of the SentimentAnalysisController class.
Top
Methods
  NameDescription
Public methodAnalyze
Provides endpoint for fetching sentiment analysis of supplied text.
Top
See Also