Skip to main content

transcribedLogEntry

aac-voice-api


Defined in: SpeechConverterInterface.ts:7

Represents a single transcription log entry. Each entry contains the transcribed text and the time it was captured.

Properties

speakerId?

optional speakerId: string;

Defined in: SpeechConverterInterface.ts:12


timestamp

timestamp: Date;

Defined in: SpeechConverterInterface.ts:9

The timestamp indicating when the transcription occurred.


transcribedText

transcribedText: string;

Defined in: SpeechConverterInterface.ts:11

The text that was transcribed at the given timestamp.