Class GoogleCloudContactcenterinsightsV1AnnotationBoundary
A point in a conversation that marks the start or the end of an annotation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1AnnotationBoundary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TranscriptIndex
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
Declaration
[JsonProperty("transcriptIndex")]
public virtual int? TranscriptIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
WordIndex
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
Declaration
[JsonProperty("wordIndex")]
public virtual int? WordIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |