static TargetedSentimentEntity.Builder |
TargetedSentimentEntity.builder() |
|
TargetedSentimentEntity.Builder |
TargetedSentimentEntity.Builder.descriptiveMentionIndex(Integer... descriptiveMentionIndex) |
One or more index into the Mentions array that provides the best name for the entity group.
|
TargetedSentimentEntity.Builder |
TargetedSentimentEntity.Builder.descriptiveMentionIndex(Collection<Integer> descriptiveMentionIndex) |
One or more index into the Mentions array that provides the best name for the entity group.
|
TargetedSentimentEntity.Builder |
TargetedSentimentEntity.Builder.mentions(Collection<TargetedSentimentMention> mentions) |
An array of mentions of the entity in the document.
|
TargetedSentimentEntity.Builder |
TargetedSentimentEntity.Builder.mentions(Consumer<TargetedSentimentMention.Builder>... mentions) |
An array of mentions of the entity in the document.
|
TargetedSentimentEntity.Builder |
TargetedSentimentEntity.Builder.mentions(TargetedSentimentMention... mentions) |
An array of mentions of the entity in the document.
|
TargetedSentimentEntity.Builder |
TargetedSentimentEntity.toBuilder() |
|