TranscriptionMessageData

@Serializable
data class TranscriptionMessageData(participantId: ParticipantId, text: String, timestamp: String, rawResponse: Map<String, DailyJsonElement>?)

Properties

Link copied to clipboard
val participantId: ParticipantId

The participant whose transcribed speech this is.

Link copied to clipboard
val rawResponse: Map<String, DailyJsonElement>?

The full "raw" response from Deepgram. Only included if includeRawResponse was specified when starting the transcription.

Link copied to clipboard
val text: String

The transcribed speech.

Link copied to clipboard
val timestamp: String

The timestamp of the transcribed speech.