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 Summary
Constructors Constructor Description UtteranceAnalyses()
-
Method Summary
Modifier and Type Method Description List<UtteranceAnalysis>
getUtterancesTone()
Gets the utterancesTone.String
getWarning()
Gets the warning.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
UtteranceAnalyses
public UtteranceAnalyses()
-
-
Method Details
-
getUtterancesTone
Gets the utterancesTone.An array of `UtteranceAnalysis` objects that provides the results for each utterance of the input.
- Returns:
- the utterancesTone
-
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
-