Class UtteranceAnalyses

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.tone_analyzer.v3.model.UtteranceAnalyses
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class UtteranceAnalyses
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The results of the analysis for the utterances of the input content.
  • Constructor Details

    • UtteranceAnalyses

      public UtteranceAnalyses()
  • Method Details

    • getUtterancesTone

      public List<UtteranceAnalysis> getUtterancesTone()
      Gets the utterancesTone.

      An array of `UtteranceAnalysis` objects that provides the results for each utterance of the input.

      Returns:
      the utterancesTone
    • getWarning

      public String getWarning()
      Gets the warning.

      **`2017-09-21`:** A warning message if the content contains more than 50 utterances. The service analyzes only the first 50 utterances. **`2016-05-19`:** Not returned.

      Returns:
      the warning