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, IMessageReference 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.
Implements
IMessageConversationTypesTranscriptTypesTranscriptSegmentTypesWordInfo, IEquatableConversationTypesTranscriptTypesTranscriptSegmentTypesWordInfo, IDeepCloneableConversationTypesTranscriptTypesTranscriptSegmentTypesWordInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
WordInfo()
public WordInfo()WordInfo(WordInfo)
public WordInfo(Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ConversationTypesTranscriptTypesTranscriptSegmentTypesWordInfo |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Duration |
|
Word
public string Word { get; set; }The word itself. Includes punctuation marks that surround the word.
| Property Value | |
|---|---|
| Type | Description |
string |
|