Transcript

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

A written transcript of some spoken words.

Constructors

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

Properties

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