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