Transcript

@Serializable
data class Transcript(val text: String, val final: Boolean, val timestamp: String? = null, val userId: String? = null)

A written transcript of some spoken words.

Constructors

Link copied to clipboard
constructor(text: String, final: Boolean, timestamp: String? = null, userId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val timestamp: String? = null
Link copied to clipboard
@SerialName(value = "user_id")
val userId: String? = null