Class SentenceOpinion

    • Constructor Detail

      • SentenceOpinion

        public SentenceOpinion()
    • Method Detail

      • getTarget

        public TargetSentiment getTarget()
        Gets 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.
      • getAssessments

        public com.azure.core.util.IterableStream<AssessmentSentiment> getAssessments()
        Gets the assessments of target text.
        Returns:
        The assessments of target text.