Segment

@Serializable
data class Segment(val startSec: Double?, val endSec: Double?, val startMs: Long?, val endMs: Long?, val confidence: Double?, val submissionCount: Int?, val updatedAt: String?)(source)

Constructors

Link copied to clipboard
constructor(startSec: Double?, endSec: Double?, startMs: Long?, endMs: Long?, confidence: Double?, submissionCount: Int?, updatedAt: String?)

Properties

Link copied to clipboard
@SerialName(value = "confidence")
val confidence: Double?
Link copied to clipboard
@SerialName(value = "end_ms")
val endMs: Long?
Link copied to clipboard
@SerialName(value = "end_sec")
val endSec: Double?
Link copied to clipboard
@SerialName(value = "start_ms")
val startMs: Long?
Link copied to clipboard
@SerialName(value = "start_sec")
val startSec: Double?
Link copied to clipboard
@SerialName(value = "submission_count")
val submissionCount: Int?
Link copied to clipboard
@SerialName(value = "updated_at")
val updatedAt: String?