interface STTMetrics {
    audioDuration: number;
    duration: number;
    error?: Error;
    label: string;
    requestId: string;
    streamed: boolean;
    timestamp: number;
}

Properties

audioDuration: number
duration: number
error?: Error
label: string
requestId: string
streamed: boolean
timestamp: number