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.

3 lines 374 B
import type { UseDeepgramSpeechToTextProps, UseDeepgramSpeechToTextReturn } from './types'; export declare function useDeepgramSpeechToText({ onBeforeStart, onStart, onTranscript, onError, onEnd, onBeforeTranscribe, onTranscribeSuccess, onTranscribeError, }: UseDeepgramSpeechToTextProps): UseDeepgramSpeechToTextReturn; //# sourceMappingURL=useDeepgramSpeechToText.d.ts.map