Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and 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() |
Copyright © 2016–2024. All rights reserved.