CallAnalyticsItem

A word, phrase, or punctuation mark in your Call Analytics transcription output, along with various associated attributes, such as confidence score, type, and start and end times.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time, in milliseconds, from the beginning of the audio stream to the start of the identified item.

Link copied to clipboard

The confidence score associated with a word or phrase in your transcript.

Link copied to clipboard

The word or punctuation that was transcribed.

Link copied to clipboard

The time, in milliseconds, from the beginning of the audio stream to the end of the identified item.

Link copied to clipboard

If partial result stabilization is enabled, Stable indicates whether the specified item is stable (true) or if it may change when the segment is complete (false).

Link copied to clipboard

The type of item identified. Options are: PRONUNCIATION (spoken words) and PUNCTUATION.

Link copied to clipboard

Indicates whether the specified item matches a word in the vocabulary filter included in your Call Analytics request. If true, there is a vocabulary filter match.

Functions

Link copied to clipboard
inline fun copy(block: CallAnalyticsItem.Builder.() -> Unit = {}): CallAnalyticsItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String