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 • 345 B
TypeScript
import type { UseDeepgramTextIntelligenceProps, UseDeepgramTextIntelligenceReturn } from './types';
export declare function useDeepgramTextIntelligence({ onBeforeAnalyze, onAnalyzeSuccess, onAnalyzeError, options, }?: UseDeepgramTextIntelligenceProps): UseDeepgramTextIntelligenceReturn;
//# sourceMappingURL=useDeepgramTextIntelligence.d.ts.map