UNPKG

react-native-deepgram

Version:

React Native SDK for Deepgram's AI-powered speech-to-text, real-time transcription, and text intelligence APIs. Supports live audio streaming, file transcription, sentiment analysis, and topic detection for iOS and Android.

5 lines 318 B
type ParamValue = string | number | boolean | null | undefined | Array<string | number | boolean | null | undefined>; export declare function buildParams(map: Record<string, ParamValue>): string; export declare const dgPath: (...segments: Array<string | number>) => string; export {}; //# sourceMappingURL=url.d.ts.map