GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse

data class GoogleCloudContactcenterinsightsV1AnnotationBoundaryResponse(val transcriptIndex: Int, val wordIndex: Int)

A point in a conversation that marks the start or the end of an annotation.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.

Link copied to clipboard

The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.