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 (4 loc) 175 B
"use strict"; export const DEEPGRAM_BASEURL = 'https://api.deepgram.com/v1'; export const DEEPGRAM_BASEWSS = 'wss://api.deepgram.com/v1'; //# sourceMappingURL=deepgram.js.map