GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment class

A segment of a full transcript.

Properties

channelTag int?
For conversations derived from multi-channel audio, this is the channel number corresponding to the audio from that channel.
getter/setter pair
confidence double?
A confidence estimate between 0.0 and 1.0 of the fidelity of this segment.
getter/setter pair
dialogflowSegmentMetadata GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentDialogflowSegmentMetadata?
CCAI metadata relating to the current transcript segment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
The language code of this segment as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
getter/setter pair
messageTime String?
The time that the message occurred, if provided.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentParticipant GoogleCloudContactcenterinsightsV1ConversationParticipant?
The participant of this segment.
getter/setter pair
sentiment GoogleCloudContactcenterinsightsV1SentimentData?
The sentiment for this transcript segment.
getter/setter pair
text String?
The text of this segment.
getter/setter pair
words List<GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo>?
A list of the word-specific information for each word in the segment.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited