Partial

data class Partial(val text: String, val confidence: Float = 0.0f) : TranscriptionResult

Partial/interim transcription result. These are emitted during real-time transcription as the user speaks and may change as more audio is processed.

Constructors

Link copied to clipboard
constructor(text: String, confidence: Float = 0.0f)

Properties

Link copied to clipboard

Confidence score from 0.0 to 1.0, if available

Link copied to clipboard

The current transcribed text (may change in subsequent updates)