MinedOpinion Class
A mined opinion object represents an opinion we've extracted from a sentence. It consists of both a target that these opinions are about, and the assessments representing the opinion.
- Inheritance
-
azure.ai.textanalytics._models.DictMixinMinedOpinion
Constructor
MinedOpinion(**kwargs)
Variables
- target
- TargetSentiment
The target of an opinion about a product/service.
- assessments
- list[AssessmentSentiment]
The assessments representing the opinion of the target.
Feedback
Submit and view feedback for