public interface MachineLearningSentimentResult
MachineLearningSentimentResult
  • Method Details

    • getMessage

      String getMessage()
      The message text that was analyzed.
      Returns:
      message
    • getResults

      List<SentimentResult> getResults()
      An array of JSON objects made up of sentiment and score pairs, where the score represents the likelihood that the message communicates the corresponding sentiment.
      Returns:
      results
    • getSentiment

      Sentiment getSentiment()
      Get sentiment
      Returns:
      sentiment
    • getScore

      Float getScore()
      The likelihood that the assigned sentiment represents the emotional context of the analyzed text. 1 is the maximum value, representing the highest likelihood that the message text matches the sentiment, and 0 is the minimum value, representing the lowest likelihood that the message text matches the sentiment.
      Returns:
      score
    • builder

      Getting builder
      Returns:
      New Builder instance