Properties of a TranscriptSegment.
Package
@google-cloud/contact-center-insights!Properties
channelTag
channelTag?: (number|null);
TranscriptSegment channelTag
Type | Description |
(number|null) |
confidence
confidence?: (number|null);
TranscriptSegment confidence
Type | Description |
(number|null) |
languageCode
languageCode?: (string|null);
TranscriptSegment languageCode
Type | Description |
(string|null) |
segmentParticipant
segmentParticipant?: (google.cloud.contactcenterinsights.v1.IConversationParticipant|null);
TranscriptSegment segmentParticipant
Type | Description |
(google.cloud.contactcenterinsights.v1.IConversationParticipant|null) |
text
text?: (string|null);
TranscriptSegment text
Type | Description |
(string|null) |
words
words?: (google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IWordInfo[]|null);
TranscriptSegment words
Type | Description |
(google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IWordInfo[]|null) |