Interface protos.google.cloud.contactcenterinsights.v1.Conversation.Transcript.ITranscriptSegment (1.4.0)

Properties of a TranscriptSegment.

Package

@google-cloud/contact-center-insights!

Properties

channelTag

channelTag?: (number|null);

TranscriptSegment channelTag

Property Value
TypeDescription
(number|null)

confidence

confidence?: (number|null);

TranscriptSegment confidence

Property Value
TypeDescription
(number|null)

languageCode

languageCode?: (string|null);

TranscriptSegment languageCode

Property Value
TypeDescription
(string|null)

segmentParticipant

segmentParticipant?: (google.cloud.contactcenterinsights.v1.IConversationParticipant|null);

TranscriptSegment segmentParticipant

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.IConversationParticipant|null)

text

text?: (string|null);

TranscriptSegment text

Property Value
TypeDescription
(string|null)

words

words?: (google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IWordInfo[]|null);

TranscriptSegment words

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IWordInfo[]|null)