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 |
Entity.Builder.getSentimentBuilder() |
The aggregate sentiment expressed for this entity in the conversation.
|
SentimentData.Builder |
EntityMentionData.Builder.getSentimentBuilder() |
Sentiment expressed for this mention of the entity.
|
SentimentData.Builder |
CallAnnotation.Builder.getSentimentDataBuilder() |
Data specifying sentiment.
|
SentimentData.Builder |
ConversationLevelSentiment.Builder.getSentimentDataBuilder() |
Data specifying sentiment.
|
SentimentData.Builder |
SentimentData.Builder.mergeFrom(SentimentData other) |
|
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.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() |
|