Class SentenceOpinion
java.lang.Object
com.azure.ai.textanalytics.models.SentenceOpinion
The 
SentenceOpinion model.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the assessments of target text.Gets the target sentiment in text, such as the attributes of products or services.
- 
Constructor Details- 
SentenceOpinionpublic SentenceOpinion()
 
- 
- 
Method Details- 
getTargetGets the target sentiment in text, such as the attributes of products or services. For example, if a customer leaves feedback about a hotel such as "the room was great, but the staff was unfriendly", opinion mining will locate target sentiments in the text. The "room" and "staff" are two target sentiments recognized.- Returns:
- The target in text.
 
- 
getAssessmentsGets the assessments of target text.- Returns:
- The assessments of target text.
 
 
-