Interface Transcription

Audio transcription in Server Conent.

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

Properties

Properties

finished?: boolean

Optional. The bool indicates the end of the transcription.

text?: string

Optional. Transcription text.