Share via


AnalyzeSentimentAction Constructors

Definition

Overloads

AnalyzeSentimentAction()

Initializes a new instance of the AnalyzeSentimentAction class which allows callers to specify details about how to execute an Analyze Sentiment action in a set of documents. For example, execute opinion mining, set model version, and more.

AnalyzeSentimentAction(AnalyzeSentimentOptions)

Initializes a new instance of the AnalyzeSentimentAction class based on the values of a AnalyzeSentimentOptions. It sets the ModelVersion, the DisableServiceLogs, and the IncludeOpinionMining properties.

AnalyzeSentimentAction()

Source:
AnalyzeSentimentAction.cs

Initializes a new instance of the AnalyzeSentimentAction class which allows callers to specify details about how to execute an Analyze Sentiment action in a set of documents. For example, execute opinion mining, set model version, and more.

public AnalyzeSentimentAction ();
Public Sub New ()

Applies to

AnalyzeSentimentAction(AnalyzeSentimentOptions)

Source:
AnalyzeSentimentAction.cs

Initializes a new instance of the AnalyzeSentimentAction class based on the values of a AnalyzeSentimentOptions. It sets the ModelVersion, the DisableServiceLogs, and the IncludeOpinionMining properties.

public AnalyzeSentimentAction (Azure.AI.TextAnalytics.AnalyzeSentimentOptions options);
new Azure.AI.TextAnalytics.AnalyzeSentimentAction : Azure.AI.TextAnalytics.AnalyzeSentimentOptions -> Azure.AI.TextAnalytics.AnalyzeSentimentAction
Public Sub New (options As AnalyzeSentimentOptions)

Parameters

Applies to