TranscriptEntity

data class TranscriptEntity(val category: String, val confidence: Double, val content: String, val startTimeMs: Long, val endTimeMs: Long, val type: String?)

Constructors

Link copied to clipboard
constructor(category: String, confidence: Double, content: String, startTimeMs: Long, endTimeMs: Long, type: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String?