Skip to content

Interface: TranscribeSpeechResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Speech / TranscribeSpeechResponse

Interface: TranscribeSpeechResponse

Defined in: src/types/speech.ts:157

Transcription result (TranscribeSpeechResponse on the wire).

Properties

durationSecs?

optional durationSecs: number

Defined in: src/types/speech.ts:159

Audio duration in seconds, when the transcriber reported it. Optional.


model

model: string

Defined in: src/types/speech.ts:161

Model that produced it.


text

text: string

Defined in: src/types/speech.ts:163

The recognized text.