Skip to main content

transcribedLogEntry

aac-voice-api


Interface: transcribedLogEntry

Defined in: SpeechConverter.ts:9

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

Properties

timestamp

timestamp: Date

Defined in: SpeechConverter.ts:11

The timestamp indicating when the transcription occurred.


transcribedText

transcribedText: string

Defined in: SpeechConverter.ts:13

The text that was transcribed at the given timestamp.