Segment

@Serializable
data class Segment(val id: Int, val seek: Int, val start: Double, val end: Double, val text: String, val tokens: List<Int>, val temperature: Double, val avgLogprob: Double, val compressionRatio: Double, val noSpeechProb: Double, val transient: Boolean? = null)

Constructors

Link copied to clipboard
constructor(id: Int, seek: Int, start: Double, end: Double, text: String, tokens: List<Int>, temperature: Double, avgLogprob: Double, compressionRatio: Double, noSpeechProb: Double, transient: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val end: Double
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
val seek: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val transient: Boolean? = null