Class GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo
Word-level info for words in a transcript.
Inheritance
GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo : IDirectResponseSchema
Properties
Confidence
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.
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndOffset
Time offset of the end of this word relative to the beginning of the total conversation.
Declaration
[JsonProperty("endOffset")]
public virtual object EndOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
StartOffset
Time offset of the start of this word relative to the beginning of the total conversation.
Declaration
[JsonProperty("startOffset")]
public virtual object StartOffset { get; set; }
Property Value
Type | Description |
---|---|
object |
Word
The word itself. Includes punctuation marks that surround the word.
Declaration
[JsonProperty("word")]
public virtual string Word { get; set; }
Property Value
Type | Description |
---|---|
string |