Wrapper event over the emitted payload

streamId
string
groupId
string
tags
string[]

List of tags of the source processor of this message

sinkTopicName
string

Sink topic identifier

messageId
string

Id of the emitted message

processorId
string

Id of the processor that emitted the message

sequenceId
integer

Sequence number of the emitted message. The sequence number is given by the emitting processor and it is stored as a message property, different from the Pulsar sequence id

publishTimestamp
string
frameType
string

Type of the frame extracted from 'X-Vat-Stream-Frame-Type' message header

payloadSchema
enum<string>

Fully qualified AVRO schema of the payload

Available options:
null,
bytes,
string,
tech.vatis.schema.stream.processor.messages.transcription.TranscriptionResponseDto,
tech.vatis.schema.stream.processor.messages.diarization.DiarizationResponseDto,
tech.vatis.schema.stream.processor.messages.llm.LlmResponseDto
payload
object

Response from the transcription service

headers
object

Headers extracted from the message