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.

6 lines (4 loc) 255 B
export const DEEPGRAM_BASEURL = 'https://api.deepgram.com/v1'; export const DEEPGRAM_BASEWSS = 'wss://api.deepgram.com/v1'; export const DEEPGRAM_V2_BASEURL = 'https://api.deepgram.com/v2'; export const DEEPGRAM_V2_BASEWSS = 'wss://api.deepgram.com/v2';