Uses of Class
com.oracle.bmc.ailanguage.model.SentimentAspect
-
Packages that use SentimentAspect Package Description com.oracle.bmc.ailanguage.model -
-
Uses of SentimentAspect in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return SentimentAspect Modifier and Type Method Description SentimentAspect
SentimentAspect.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type SentimentAspect Modifier and Type Method Description List<SentimentAspect>
DetectLanguageSentimentsResult. getAspects()
List of detected aspects.List<SentimentAspect>
SentimentDocumentResult. getAspects()
List of detected aspects sentiment.Methods in com.oracle.bmc.ailanguage.model with parameters of type SentimentAspect Modifier and Type Method Description SentimentAspect.Builder
SentimentAspect.Builder. copy(SentimentAspect model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type SentimentAspect Modifier and Type Method Description DetectLanguageSentimentsResult.Builder
DetectLanguageSentimentsResult.Builder. aspects(List<SentimentAspect> aspects)
List of detected aspects.SentimentDocumentResult.Builder
SentimentDocumentResult.Builder. aspects(List<SentimentAspect> aspects)
List of detected aspects sentiment.Constructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type SentimentAspect Constructor Description DetectLanguageSentimentsResult(List<SentimentAspect> aspects)
Deprecated.SentimentDocumentResult(String key, String documentSentiment, Map<String,Double> documentScores, List<SentimentAspect> aspects, List<SentimentSentence> sentences, String languageCode)
Deprecated.
-