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 • 403 B
TypeScript
import type { UseDeepgramTextToSpeechProps, UseDeepgramTextToSpeechReturn } from './types';
export declare function useDeepgramTextToSpeech({ onBeforeSynthesize, onSynthesizeSuccess, onSynthesizeError, onBeforeStream, onStreamStart, onAudioChunk, onStreamError, onStreamEnd, options, }?: UseDeepgramTextToSpeechProps): UseDeepgramTextToSpeechReturn;
//# sourceMappingURL=useDeepgramTextToSpeech.d.ts.map