Contact Center AI Insights v1 API - Class Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo (2.14.0)

public sealed class Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo : IMessage<Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo>, IEquatable<Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo>, IDeepCloneable<Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo.

Word-level info for words in a transcript.

Inheritance

object > Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

WordInfo()

public WordInfo()

WordInfo(WordInfo)

public WordInfo(Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo other)
Parameter
NameDescription
otherConversationTypesTranscriptTypesTranscriptSegmentTypesWordInfo

Properties

Confidence

public float Confidence { get; set; }

A confidence estimate between 0.0 and 1.0 of the fidelity of this word. A default value of 0.0 indicates that the value is unset.

Property Value
TypeDescription
float

EndOffset

public Duration EndOffset { get; set; }

Time offset of the end of this word relative to the beginning of the total conversation.

Property Value
TypeDescription
Duration

StartOffset

public Duration StartOffset { get; set; }

Time offset of the start of this word relative to the beginning of the total conversation.

Property Value
TypeDescription
Duration

Word

public string Word { get; set; }

The word itself. Includes punctuation marks that surround the word.

Property Value
TypeDescription
string