public static class SentimentSentence.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SentimentSentence |
build() |
SentimentSentence.Builder |
copy(SentimentSentence o) |
SentimentSentence.Builder |
length(Integer length) |
SentimentSentence.Builder |
offset(Integer offset) |
SentimentSentence.Builder |
scores(Map<String,Double> scores) |
SentimentSentence.Builder |
sentiment(String sentiment) |
SentimentSentence.Builder |
text(String text) |
String |
toString() |
public SentimentSentence.Builder offset(Integer offset)
public SentimentSentence.Builder length(Integer length)
public SentimentSentence.Builder text(String text)
public SentimentSentence.Builder sentiment(String sentiment)
public SentimentSentence.Builder scores(Map<String,Double> scores)
public SentimentSentence build()
public SentimentSentence.Builder copy(SentimentSentence o)
Copyright © 2016–2022. All rights reserved.