UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

10 lines (9 loc) 185 B
export interface LiveMetadataEvent { type: "Metadata"; transaction_key: string; request_id: string; sha256: string; created: string; duration: number; channels: number; }