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.

4 lines (2 loc) 126 B
export type DeepgramCallbackMethod = 'POST' | 'PUT' | (string & {}); export type DeepgramCustomMode = 'extended' | 'strict';