public static class SentimentDocumentResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SentimentDocumentResult.Builder |
aspects(List<SentimentAspect> aspects)
List of detected aspects sentiment.
|
SentimentDocumentResult |
build() |
SentimentDocumentResult.Builder |
copy(SentimentDocumentResult model) |
SentimentDocumentResult.Builder |
documentScores(Map<String,Double> documentScores)
Scores for each sentiment.
|
SentimentDocumentResult.Builder |
documentSentiment(String documentSentiment)
Document level sentiment.
|
SentimentDocumentResult.Builder |
key(String key)
Document unique identifier defined by the user.
|
SentimentDocumentResult.Builder |
languageCode(String languageCode)
Language code supported - auto : Automatically detect language - ar : Arabic - pt-BR :
Brazilian Portuguese - cs : Czech - da : Danish - nl : Dutch - en : English - fi :
Finnish - fr : French - fr-CA : Canadian French - de : German - it : Italian - ja :
Japanese - ko : Korean - no : Norwegian - pl : Polish - ro : Romanian - zh-CN :
Simplified Chinese - es : Spanish - sv : Swedish - zh-TW : Traditional Chinese - tr :
Turkish - el : Greek - he : Hebrew
|
SentimentDocumentResult.Builder |
sentences(List<SentimentSentence> sentences)
List of detected sentences sentiment.
|
public SentimentDocumentResult.Builder key(String key)
Document unique identifier defined by the user.
key
- the value to setpublic SentimentDocumentResult.Builder documentSentiment(String documentSentiment)
Document level sentiment.
documentSentiment
- the value to setpublic SentimentDocumentResult.Builder documentScores(Map<String,Double> documentScores)
Scores for each sentiment. Example: {“positive”: 1.0, “negative”: 0.0}
documentScores
- the value to setpublic SentimentDocumentResult.Builder aspects(List<SentimentAspect> aspects)
List of detected aspects sentiment.
aspects
- the value to setpublic SentimentDocumentResult.Builder sentences(List<SentimentSentence> sentences)
List of detected sentences sentiment.
sentences
- the value to setpublic SentimentDocumentResult.Builder languageCode(String languageCode)
Language code supported - auto : Automatically detect language - ar : Arabic - pt-BR : Brazilian Portuguese - cs : Czech - da : Danish - nl : Dutch - en : English - fi : Finnish - fr : French - fr-CA : Canadian French - de : German - it : Italian - ja : Japanese - ko : Korean - no : Norwegian - pl : Polish - ro : Romanian - zh-CN : Simplified Chinese - es : Spanish - sv : Swedish - zh-TW : Traditional Chinese - tr : Turkish - el : Greek - he : Hebrew
languageCode
- the value to setpublic SentimentDocumentResult build()
public SentimentDocumentResult.Builder copy(SentimentDocumentResult model)
Copyright © 2016–2024. All rights reserved.