Word

data class Word(val text: String, val confidence: Float = 0.0f, val startTime: Duration? = null, val endTime: Duration? = null)

Word-level transcription detail.

Constructors

Link copied to clipboard
constructor(text: String, confidence: Float = 0.0f, startTime: Duration? = null, endTime: Duration? = null)

Properties

Link copied to clipboard

Confidence score for this word

Link copied to clipboard

End time of this word in the audio

Link copied to clipboard

Start time of this word in the audio

Link copied to clipboard

The word text