Click or drag to resize
SentimentAnalysisControllerAnalyze Method
Provides endpoint for fetching sentiment analysis of supplied text.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public IHttpActionResult Analyze(
	SentimentAnalysisRequestData requestData
)

Parameters

requestData
Type: CMS.Base.Web.UISentimentAnalysisRequestData
Request data containing text to analyze and its culture (which defaults to 'en').

Return Value

Type: IHttpActionResult
See Also