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