Uses of Class
com.oracle.bmc.ailanguage.model.SentimentSentence
-
Packages that use SentimentSentence Package Description com.oracle.bmc.ailanguage.model -
-
Uses of SentimentSentence in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return SentimentSentence Modifier and Type Method Description SentimentSentence
SentimentSentence.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type SentimentSentence Modifier and Type Method Description List<SentimentSentence>
SentimentDocumentResult. getSentences()
List of detected sentences sentiment.Methods in com.oracle.bmc.ailanguage.model with parameters of type SentimentSentence Modifier and Type Method Description SentimentSentence.Builder
SentimentSentence.Builder. copy(SentimentSentence model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type SentimentSentence Modifier and Type Method Description SentimentDocumentResult.Builder
SentimentDocumentResult.Builder. sentences(List<SentimentSentence> sentences)
List of detected sentences sentiment.
-