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 227 B
import type { ConfigPlugin } from '@expo/config-plugins'; type DeepgramPluginOptions = { microphonePermission?: string; }; declare const withDeepgram: ConfigPlugin<DeepgramPluginOptions | void>; export default withDeepgram;