| Modifier and Type | Method and Description |
|---|---|
SentimentData |
SentimentData.Builder.build() |
SentimentData |
SentimentData.Builder.buildPartial() |
static SentimentData |
SentimentData.getDefaultInstance() |
SentimentData |
SentimentData.getDefaultInstanceForType() |
SentimentData |
SentimentData.Builder.getDefaultInstanceForType() |
SentimentData |
EntityMentionData.getSentiment()
Sentiment expressed for this mention of the entity.
|
SentimentData |
EntityMentionData.Builder.getSentiment()
Sentiment expressed for this mention of the entity.
|
SentimentData |
EntityMentionDataOrBuilder.getSentiment()
Sentiment expressed for this mention of the entity.
|
SentimentData |
Conversation.Transcript.TranscriptSegmentOrBuilder.getSentiment()
The sentiment for this transcript segment.
|
SentimentData |
Conversation.Transcript.TranscriptSegment.getSentiment()
The sentiment for this transcript segment.
|
SentimentData |
Conversation.Transcript.TranscriptSegment.Builder.getSentiment()
The sentiment for this transcript segment.
|
SentimentData |
Entity.getSentiment()
The aggregate sentiment expressed for this entity in the conversation.
|
SentimentData |
Entity.Builder.getSentiment()
The aggregate sentiment expressed for this entity in the conversation.
|
SentimentData |
EntityOrBuilder.getSentiment()
The aggregate sentiment expressed for this entity in the conversation.
|
SentimentData |
CallAnnotation.getSentimentData()
Data specifying sentiment.
|
SentimentData |
CallAnnotation.Builder.getSentimentData()
Data specifying sentiment.
|
SentimentData |
ConversationLevelSentiment.getSentimentData()
Data specifying sentiment.
|
SentimentData |
ConversationLevelSentiment.Builder.getSentimentData()
Data specifying sentiment.
|
SentimentData |
CallAnnotationOrBuilder.getSentimentData()
Data specifying sentiment.
|
SentimentData |
ConversationLevelSentimentOrBuilder.getSentimentData()
Data specifying sentiment.
|
static SentimentData |
SentimentData.parseDelimitedFrom(InputStream input) |
static SentimentData |
SentimentData.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentData |
SentimentData.parseFrom(byte[] data) |
static SentimentData |
SentimentData.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentData |
SentimentData.parseFrom(ByteBuffer data) |
static SentimentData |
SentimentData.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentData |
SentimentData.parseFrom(com.google.protobuf.ByteString data) |
static SentimentData |
SentimentData.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentData |
SentimentData.parseFrom(com.google.protobuf.CodedInputStream input) |
static SentimentData |
SentimentData.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentData |
SentimentData.parseFrom(InputStream input) |
static SentimentData |
SentimentData.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SentimentData> |
SentimentData.getParserForType() |
static com.google.protobuf.Parser<SentimentData> |
SentimentData.parser() |
| Modifier and Type | Method and Description |
|---|---|
SentimentData.Builder |
SentimentData.Builder.mergeFrom(SentimentData other) |
EntityMentionData.Builder |
EntityMentionData.Builder.mergeSentiment(SentimentData value)
Sentiment expressed for this mention of the entity.
|
Conversation.Transcript.TranscriptSegment.Builder |
Conversation.Transcript.TranscriptSegment.Builder.mergeSentiment(SentimentData value)
The sentiment for this transcript segment.
|
Entity.Builder |
Entity.Builder.mergeSentiment(SentimentData value)
The aggregate sentiment expressed for this entity in the conversation.
|
CallAnnotation.Builder |
CallAnnotation.Builder.mergeSentimentData(SentimentData value)
Data specifying sentiment.
|
ConversationLevelSentiment.Builder |
ConversationLevelSentiment.Builder.mergeSentimentData(SentimentData value)
Data specifying sentiment.
|
static SentimentData.Builder |
SentimentData.newBuilder(SentimentData prototype) |
EntityMentionData.Builder |
EntityMentionData.Builder.setSentiment(SentimentData value)
Sentiment expressed for this mention of the entity.
|
Conversation.Transcript.TranscriptSegment.Builder |
Conversation.Transcript.TranscriptSegment.Builder.setSentiment(SentimentData value)
The sentiment for this transcript segment.
|
Entity.Builder |
Entity.Builder.setSentiment(SentimentData value)
The aggregate sentiment expressed for this entity in the conversation.
|
CallAnnotation.Builder |
CallAnnotation.Builder.setSentimentData(SentimentData value)
Data specifying sentiment.
|
ConversationLevelSentiment.Builder |
ConversationLevelSentiment.Builder.setSentimentData(SentimentData value)
Data specifying sentiment.
|
Copyright © 2025 Google LLC. All rights reserved.