AnalyzeSentimentAction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- AnalyzeSentimentOptions
Applies to
Azure SDK for .NET