Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
SentimentAspect |
SentimentAspect.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SentimentAspect> |
SentimentDocumentResult.getAspects()
List of detected aspects sentiment.
|
List<SentimentAspect> |
DetectLanguageSentimentsResult.getAspects()
List of detected aspects.
|
Modifier and Type | Method and Description |
---|---|
SentimentAspect.Builder |
SentimentAspect.Builder.copy(SentimentAspect model) |
Modifier and Type | Method and Description |
---|---|
SentimentDocumentResult.Builder |
SentimentDocumentResult.Builder.aspects(List<SentimentAspect> aspects)
List of detected aspects sentiment.
|
DetectLanguageSentimentsResult.Builder |
DetectLanguageSentimentsResult.Builder.aspects(List<SentimentAspect> aspects)
List of detected aspects.
|
Constructor and Description |
---|
DetectLanguageSentimentsResult(List<SentimentAspect> aspects)
Deprecated.
|
SentimentDocumentResult(String key,
String documentSentiment,
Map<String,Double> documentScores,
List<SentimentAspect> aspects,
List<SentimentSentence> sentences,
String languageCode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.