unified-llm-client
    Preparing search index...

    Interface TranscriptionResponse

    interface TranscriptionResponse {
        durationSeconds?: number;
        language?: string;
        model: string;
        provider: SpeechProvider;
        raw: unknown;
        segments?: TranscriptionSegment[];
        text: string;
        usage?: SpeechUsageMetrics;
        words?: TranscriptionWord[];
    }
    Index

    Properties

    durationSeconds?: number
    language?: string
    model: string
    provider: SpeechProvider
    raw: unknown
    text: string