| Modifier and Type | Method and Description |
|---|---|
SentimentData.Builder |
SentimentData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SentimentData.Builder |
SentimentData.Builder.clear() |
SentimentData.Builder |
SentimentData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SentimentData.Builder |
SentimentData.Builder.clearMagnitude()
A non-negative number from 0 to infinity which represents the abolute
magnitude of sentiment regardless of score.
|
SentimentData.Builder |
SentimentData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SentimentData.Builder |
SentimentData.Builder.clearScore()
The sentiment score between -1.0 (negative) and 1.0 (positive).
|
SentimentData.Builder |
SentimentData.Builder.clone() |
SentimentData.Builder |
Conversation.Transcript.TranscriptSegment.Builder.getSentimentBuilder()
The sentiment for this transcript segment.
|
SentimentData.Builder |
EntityMentionData.Builder.getSentimentBuilder()
Sentiment expressed for this mention of the entity.
|
SentimentData.Builder |
Entity.Builder.getSentimentBuilder()
The aggregate sentiment expressed for this entity in the conversation.
|
SentimentData.Builder |
CallAnnotation.Builder.getSentimentDataBuilder()
Data specifying sentiment.
|
SentimentData.Builder |
ConversationLevelSentiment.Builder.getSentimentDataBuilder()
Data specifying sentiment.
|
SentimentData.Builder |
SentimentData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SentimentData.Builder |
SentimentData.Builder.mergeFrom(com.google.protobuf.Message other) |
SentimentData.Builder |
SentimentData.Builder.mergeFrom(SentimentData other) |
SentimentData.Builder |
SentimentData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SentimentData.Builder |
SentimentData.newBuilder() |
static SentimentData.Builder |
SentimentData.newBuilder(SentimentData prototype) |
SentimentData.Builder |
SentimentData.newBuilderForType() |
protected SentimentData.Builder |
SentimentData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SentimentData.Builder |
SentimentData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SentimentData.Builder |
SentimentData.Builder.setMagnitude(float value)
A non-negative number from 0 to infinity which represents the abolute
magnitude of sentiment regardless of score.
|
SentimentData.Builder |
SentimentData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SentimentData.Builder |
SentimentData.Builder.setScore(float value)
The sentiment score between -1.0 (negative) and 1.0 (positive).
|
SentimentData.Builder |
SentimentData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SentimentData.Builder |
SentimentData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Conversation.Transcript.TranscriptSegment.Builder |
Conversation.Transcript.TranscriptSegment.Builder.setSentiment(SentimentData.Builder builderForValue)
The sentiment for this transcript segment.
|
EntityMentionData.Builder |
EntityMentionData.Builder.setSentiment(SentimentData.Builder builderForValue)
Sentiment expressed for this mention of the entity.
|
Entity.Builder |
Entity.Builder.setSentiment(SentimentData.Builder builderForValue)
The aggregate sentiment expressed for this entity in the conversation.
|
CallAnnotation.Builder |
CallAnnotation.Builder.setSentimentData(SentimentData.Builder builderForValue)
Data specifying sentiment.
|
ConversationLevelSentiment.Builder |
ConversationLevelSentiment.Builder.setSentimentData(SentimentData.Builder builderForValue)
Data specifying sentiment.
|
Copyright © 2023 Google LLC. All rights reserved.