Uses of Class
com.oracle.bmc.ailanguage.model.SentimentAspect.Builder
-
Packages that use SentimentAspect.Builder Package Description com.oracle.bmc.ailanguage.model -
-
Uses of SentimentAspect.Builder in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return SentimentAspect.Builder Modifier and Type Method Description static SentimentAspect.Builder
SentimentAspect. builder()
Create a new builder.SentimentAspect.Builder
SentimentAspect.Builder. copy(SentimentAspect model)
SentimentAspect.Builder
SentimentAspect.Builder. length(Integer length)
Length of aspect text.SentimentAspect.Builder
SentimentAspect.Builder. offset(Integer offset)
The number of Unicode code points preceding this entity in the submitted text.SentimentAspect.Builder
SentimentAspect.Builder. scores(Map<String,Double> scores)
Scores or confidences for each sentiment.SentimentAspect.Builder
SentimentAspect.Builder. sentiment(String sentiment)
The highest-score sentiment for the aspect text.SentimentAspect.Builder
SentimentAspect.Builder. text(String text)
Aspect text.SentimentAspect.Builder
SentimentAspect. toBuilder()
-