| SentimentAnalysisControllerAnalyze Method | 
            Provides endpoint for fetching sentiment analysis of supplied text.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also