UtteranceEvent

Contains set of transcription results from one or more audio segments, along with additional information about the parameters included in your request. For example, channel definitions, partial result stabilization, sentiment, and issue detection.

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 UtteranceEvent.

Link copied to clipboard

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

Link copied to clipboard

Contains entities identified as personally identifiable information (PII) in your transcription output.

Link copied to clipboard

Indicates whether the segment in the UtteranceEvent is complete (FALSE) or partial (TRUE).

Link copied to clipboard

Provides the issue that was detected in the specified segment.

Link copied to clipboard

Contains words, phrases, or punctuation marks that are associated with the specified UtteranceEvent.

Link copied to clipboard

Provides the role of the speaker for each audio channel, either CUSTOMER or AGENT.

Link copied to clipboard

Provides the sentiment that was detected in the specified segment.

Link copied to clipboard

Contains transcribed text.

Link copied to clipboard

The unique identifier that is associated with the specified UtteranceEvent.

Functions

Link copied to clipboard
inline fun copy(block: UtteranceEvent.Builder.() -> Unit = {}): UtteranceEvent
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