MedicalItem

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

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.

Functions

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