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.
53 lines (52 loc) • 1.65 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Deepgram", {
enumerable: true,
get: function () {
return _NativeDeepgram.Deepgram;
}
});
exports.configure = void 0;
Object.defineProperty(exports, "useDeepgramManagement", {
enumerable: true,
get: function () {
return _useDeepgramManagement.useDeepgramManagement;
}
});
Object.defineProperty(exports, "useDeepgramSpeechToText", {
enumerable: true,
get: function () {
return _useDeepgramSpeechToText.useDeepgramSpeechToText;
}
});
Object.defineProperty(exports, "useDeepgramTextIntelligence", {
enumerable: true,
get: function () {
return _useDeepgramTextIntelligence.useDeepgramTextIntelligence;
}
});
Object.defineProperty(exports, "useDeepgramTextToSpeech", {
enumerable: true,
get: function () {
return _useDeepgramTextToSpeech.useDeepgramTextToSpeech;
}
});
Object.defineProperty(exports, "useDeepgramVoiceAgent", {
enumerable: true,
get: function () {
return _useDeepgramVoiceAgent.useDeepgramVoiceAgent;
}
});
var _useDeepgramSpeechToText = require("./useDeepgramSpeechToText.js");
var _useDeepgramTextIntelligence = require("./useDeepgramTextIntelligence.js");
var _useDeepgramManagement = require("./useDeepgramManagement.js");
var _useDeepgramTextToSpeech = require("./useDeepgramTextToSpeech.js");
var _useDeepgramVoiceAgent = require("./useDeepgramVoiceAgent.js");
var _NativeDeepgram = require("./NativeDeepgram.js");
const configure = opts => {
globalThis.__DEEPGRAM_API_KEY__ = opts.apiKey;
};
exports.configure = configure;
//# sourceMappingURL=index.js.map