Final
data class Final(val text: String, val confidence: Float = 0.0f, val words: List<TranscriptionResult.Word> = emptyList(), val startTime: Duration? = null, val endTime: Duration? = null) : TranscriptionResult
Final transcription result for a completed segment of speech. Once emitted, this segment will not change.