Item

class Item

A word, phrase, or punctuation mark in your 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 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 end time, in milliseconds, of the transcribed item.

Link copied to clipboard

If speaker partitioning is enabled, Speaker labels the speaker of the specified 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 start time, in milliseconds, of the transcribed item.

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 request. If true, there is a vocabulary filter match.

Functions

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