public static interface Conversation.Transcript.TranscriptSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelTag()
For conversations derived from multi-channel audio, this is the channel
number corresponding to the audio from that channel.
|
float |
getConfidence()
A confidence estimate between 0.0 and 1.0 of the fidelity of this
segment.
|
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata |
getDialogflowSegmentMetadata()
CCAI metadata relating to the current transcript segment.
|
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadataOrBuilder |
getDialogflowSegmentMetadataOrBuilder()
CCAI metadata relating to the current transcript segment.
|
String |
getLanguageCode()
The language code of this segment as a
[BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The language code of this segment as a
[BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
|
com.google.protobuf.Timestamp |
getMessageTime()
The time that the message occurred, if provided.
|
com.google.protobuf.TimestampOrBuilder |
getMessageTimeOrBuilder()
The time that the message occurred, if provided.
|
ConversationParticipant |
getSegmentParticipant()
The participant of this segment.
|
ConversationParticipantOrBuilder |
getSegmentParticipantOrBuilder()
The participant of this segment.
|
SentimentData |
getSentiment()
The sentiment for this transcript segment.
|
SentimentDataOrBuilder |
getSentimentOrBuilder()
The sentiment for this transcript segment.
|
String |
getText()
The text of this segment.
|
com.google.protobuf.ByteString |
getTextBytes()
The text of this segment.
|
Conversation.Transcript.TranscriptSegment.WordInfo |
getWords(int index)
A list of the word-specific information for each word in the segment.
|
int |
getWordsCount()
A list of the word-specific information for each word in the segment.
|
List<Conversation.Transcript.TranscriptSegment.WordInfo> |
getWordsList()
A list of the word-specific information for each word in the segment.
|
Conversation.Transcript.TranscriptSegment.WordInfoOrBuilder |
getWordsOrBuilder(int index)
A list of the word-specific information for each word in the segment.
|
List<? extends Conversation.Transcript.TranscriptSegment.WordInfoOrBuilder> |
getWordsOrBuilderList()
A list of the word-specific information for each word in the segment.
|
boolean |
hasDialogflowSegmentMetadata()
CCAI metadata relating to the current transcript segment.
|
boolean |
hasMessageTime()
The time that the message occurred, if provided.
|
boolean |
hasSegmentParticipant()
The participant of this segment.
|
boolean |
hasSentiment()
The sentiment for this transcript segment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMessageTime()
The time that the message occurred, if provided.
.google.protobuf.Timestamp message_time = 6;com.google.protobuf.Timestamp getMessageTime()
The time that the message occurred, if provided.
.google.protobuf.Timestamp message_time = 6;com.google.protobuf.TimestampOrBuilder getMessageTimeOrBuilder()
The time that the message occurred, if provided.
.google.protobuf.Timestamp message_time = 6;String getText()
The text of this segment.
string text = 1;com.google.protobuf.ByteString getTextBytes()
The text of this segment.
string text = 1;float getConfidence()
A confidence estimate between 0.0 and 1.0 of the fidelity of this segment. A default value of 0.0 indicates that the value is unset.
float confidence = 2;List<Conversation.Transcript.TranscriptSegment.WordInfo> getWordsList()
A list of the word-specific information for each word in the segment.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.WordInfo words = 3;
Conversation.Transcript.TranscriptSegment.WordInfo getWords(int index)
A list of the word-specific information for each word in the segment.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.WordInfo words = 3;
int getWordsCount()
A list of the word-specific information for each word in the segment.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.WordInfo words = 3;
List<? extends Conversation.Transcript.TranscriptSegment.WordInfoOrBuilder> getWordsOrBuilderList()
A list of the word-specific information for each word in the segment.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.WordInfo words = 3;
Conversation.Transcript.TranscriptSegment.WordInfoOrBuilder getWordsOrBuilder(int index)
A list of the word-specific information for each word in the segment.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.WordInfo words = 3;
String getLanguageCode()
The language code of this segment as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: "en-US".
string language_code = 4;com.google.protobuf.ByteString getLanguageCodeBytes()
The language code of this segment as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: "en-US".
string language_code = 4;int getChannelTag()
For conversations derived from multi-channel audio, this is the channel number corresponding to the audio from that channel. For audioChannelCount = N, its output values can range from '1' to 'N'. A channel tag of 0 indicates that the audio is mono.
int32 channel_tag = 5;boolean hasSegmentParticipant()
The participant of this segment.
.google.cloud.contactcenterinsights.v1.ConversationParticipant segment_participant = 9;
ConversationParticipant getSegmentParticipant()
The participant of this segment.
.google.cloud.contactcenterinsights.v1.ConversationParticipant segment_participant = 9;
ConversationParticipantOrBuilder getSegmentParticipantOrBuilder()
The participant of this segment.
.google.cloud.contactcenterinsights.v1.ConversationParticipant segment_participant = 9;
boolean hasDialogflowSegmentMetadata()
CCAI metadata relating to the current transcript segment.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata dialogflow_segment_metadata = 10;
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata getDialogflowSegmentMetadata()
CCAI metadata relating to the current transcript segment.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata dialogflow_segment_metadata = 10;
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadataOrBuilder getDialogflowSegmentMetadataOrBuilder()
CCAI metadata relating to the current transcript segment.
.google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata dialogflow_segment_metadata = 10;
boolean hasSentiment()
The sentiment for this transcript segment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment = 11;SentimentData getSentiment()
The sentiment for this transcript segment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment = 11;SentimentDataOrBuilder getSentimentOrBuilder()
The sentiment for this transcript segment.
.google.cloud.contactcenterinsights.v1.SentimentData sentiment = 11;Copyright © 2023 Google LLC. All rights reserved.