UNPKG

expo-speech-recognition

Version:

Speech Recognition for React Native Expo projects

9 lines 624 B
// Export the SpeechRecognition APIs export { ExpoWebSpeechRecognition, ExpoWebSpeechGrammar, ExpoWebSpeechGrammarList, } from "./ExpoWebSpeechRecognition"; // Native module export { ExpoSpeechRecognitionModule } from "./ExpoSpeechRecognitionModule"; // Hooks export { useSpeechRecognitionEvent } from "./useSpeechRecognitionEvent"; // Constants export { AVAudioSessionCategory, AVAudioSessionCategoryOptions, AVAudioSessionMode, RecognizerIntentExtraLanguageModel, RecognizerIntentEnableLanguageSwitch, AudioEncodingAndroid, TaskHintIOS, SpeechRecognizerErrorAndroid, } from "./constants"; //# sourceMappingURL=index.js.map