TranscriptionMessageData

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

Constructors

Link copied to clipboard
constructor(participantId: ParticipantId, text: String, timestamp: String, rawResponse: Map<String, DailyJsonElement>?)

Properties

Link copied to clipboard

The participant whose transcribed speech this is.

Link copied to clipboard

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

Link copied to clipboard

The transcribed speech.

Link copied to clipboard

The timestamp of the transcribed speech.