MedicalResult

The Result associated with a ``.

Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.

Types

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

Properties

Link copied to clipboard

A list of possible alternative transcriptions for the input audio. Each alternative may contain one or more of Items, Entities, or Transcript.

Link copied to clipboard

Indicates the channel identified for the Result.

Link copied to clipboard

The end time, in milliseconds, of the Result.

Link copied to clipboard

Indicates if the segment is complete.

Link copied to clipboard

Provides a unique identifier for the Result.

Link copied to clipboard

The start time, in milliseconds, of the Result.

Functions

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