Click or drag to resize
SentimentAnalysisResponseData Class
Represents response body from sentiment analysis controller.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UISentimentAnalysisResponseData

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

The SentimentAnalysisResponseData type exposes the following members.

Constructors
  NameDescription
Public methodSentimentAnalysisResponseData
Top
Properties
  NameDescription
Public propertyErrorMessage
Error message, when request was not successful.
Public propertyResults
Analysis results, when request was successful.
Public propertySuccess
Whether request was successful or not.
Top
See Also