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 324 B
export declare const DEEPGRAM_BASEURL = "https://api.deepgram.com/v1"; export declare const DEEPGRAM_BASEWSS = "wss://api.deepgram.com/v1"; export declare const DEEPGRAM_V2_BASEURL = "https://api.deepgram.com/v2"; export declare const DEEPGRAM_V2_BASEWSS = "wss://api.deepgram.com/v2"; //# sourceMappingURL=deepgram.d.ts.map