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.

7 lines (6 loc) 192 B
export * from './shared'; export * from './speech-to-text'; export * from './text-intelligence'; export * from './management'; export * from './text-to-speech'; export * from './voice-agent';