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.
12 lines • 411 B
TypeScript
import type { DeepgramVoiceAgentSettings } from '../types';
export declare function createAgentSettings(opts?: {
language?: string;
greeting?: string;
listenModel?: string;
thinkModel?: string;
prompt?: string;
temperature?: number | string;
tags?: string | string[];
sampleRate?: number | string;
}): DeepgramVoiceAgentSettings;
//# sourceMappingURL=createAgentSettings.d.ts.map