TextAnalyticsModelFactory.SentenceOpinion Method
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.
Initializes a new instance of SentenceOpinion for mocking purposes.
public static Azure.AI.TextAnalytics.SentenceOpinion SentenceOpinion (Azure.AI.TextAnalytics.TargetSentiment target, System.Collections.Generic.IEnumerable<Azure.AI.TextAnalytics.AssessmentSentiment> assessments);
static member SentenceOpinion : Azure.AI.TextAnalytics.TargetSentiment * seq<Azure.AI.TextAnalytics.AssessmentSentiment> -> Azure.AI.TextAnalytics.SentenceOpinion
Public Shared Function SentenceOpinion (target As TargetSentiment, assessments As IEnumerable(Of AssessmentSentiment)) As SentenceOpinion
Parameters
- target
- TargetSentiment
Sets the Target property.
- assessments
- IEnumerable<AssessmentSentiment>
Sets the Assessments property.
Returns
A new instance of SentenceOpinion for mocking purposes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET