Interface Transcription

Audio transcription in Server Conent.

interface Transcription {
    finished?: boolean;
    text?: string;
}

Properties

Properties

finished?: boolean

The bool indicates the end of the transcription.

text?: string

Transcription text.