public sealed class 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, IMessageWord-level info for words in a transcript.
Implements
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, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
WordInfo()
public WordInfo()WordInfo(Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo)
public WordInfo(Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
Conversation.Types.Transcript.Types.TranscriptSegment.Types.WordInfo |
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 |
Single |
|
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 |
|