interface SpeechToTextOutput {
    transcription: {
        fullText: string;
    };
}

Properties

Properties

transcription: {
    fullText: string;
}

Type declaration

  • fullText: string