UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

10 lines 246 B
export interface LiveMetadataEvent { type: "Metadata"; transaction_key: string; request_id: string; sha256: string; created: string; duration: number; channels: number; } //# sourceMappingURL=LiveMetadataEvent.d.ts.map