GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfoResponse

data class GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfoResponse(val confidence: Double, val endOffset: String, val startOffset: String, val word: String)

Word-level info for words in a transcript.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Time offset of the end of this word relative to the beginning of the total conversation.

Link copied to clipboard

Time offset of the start of this word relative to the beginning of the total conversation.

Link copied to clipboard

The word itself. Includes punctuation marks that surround the word.