Interface protos.google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IWordInfo (1.0.2)

Properties of a WordInfo.

Package

@google-cloud/contact-center-insights!

Properties

confidence

confidence?: (number|null);

WordInfo confidence

Property Value
TypeDescription
(number|null)

endOffset

endOffset?: (google.protobuf.IDuration|null);

WordInfo endOffset

Property Value
TypeDescription
(google.protobuf.IDuration|null)

startOffset

startOffset?: (google.protobuf.IDuration|null);

WordInfo startOffset

Property Value
TypeDescription
(google.protobuf.IDuration|null)

word

word?: (string|null);

WordInfo word

Property Value
TypeDescription
(string|null)