STTMetrics: {
audioDuration: number;
duration: number;
label: string;
requestId: string;
streamed: boolean;
timestamp: number;
type: "stt_metrics";
}
Type declaration
audioDuration: number
duration: number
label: string
requestId: string
streamed: boolean
timestamp: number
type: "stt_metrics"
The duration of the pushed audio in seconds.